Files

8 lines
121 B
C#
Raw Permalink Normal View History

using Content.Shared.Drunk;
namespace Content.Server.Drunk;
public sealed class DrunkSystem : SharedDrunkSystem
{
}