Files
crystall-punk-14/Content.Shared/Drowsiness/DrowsinessSystem.cs

10 lines
241 B
C#
Raw Permalink Normal View History

using Content.Shared.StatusEffect;
namespace Content.Shared.Drowsiness;
public abstract class SharedDrowsinessSystem : EntitySystem
{
[ValidatePrototypeId<StatusEffectPrototype>]
public const string DrowsinessKey = "Drowsiness";
}