Files
OldThink/Content.Server/Toilet/ToiletSystem.cs

9 lines
131 B
C#
Raw Normal View History

using Content.Shared.Toilet.Systems;
namespace Content.Server.Toilet;
public sealed class ToiletSystem : SharedToiletSystem
{
}