Co-authored-by: Kara D <lunarautomaton6@gmail.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
8 lines
121 B
C#
8 lines
121 B
C#
using Content.Shared.Drunk;
|
|
|
|
namespace Content.Server.Drunk;
|
|
|
|
public sealed class DrunkSystem : SharedDrunkSystem
|
|
{
|
|
}
|