Files
OldThink/Content.Server/Drunk/DrunkSystem.cs

8 lines
121 B
C#
Raw Normal View History

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