2024-06-02 06:17:53 +02:00
|
|
|
using Content.Shared.StatusEffect;
|
2021-09-09 16:20:41 +02:00
|
|
|
|
|
|
|
|
namespace Content.Shared.Flash
|
|
|
|
|
{
|
|
|
|
|
public abstract class SharedFlashSystem : EntitySystem
|
|
|
|
|
{
|
2024-06-02 06:17:53 +02:00
|
|
|
[ValidatePrototypeId<StatusEffectPrototype>]
|
|
|
|
|
public const string FlashedKey = "Flashed";
|
2021-09-09 16:20:41 +02:00
|
|
|
}
|
|
|
|
|
}
|