Re-organize all projects (#4166)
This commit is contained in:
13
Content.Shared/Toilet/SharedWaterclosetVisuals.cs
Normal file
13
Content.Shared/Toilet/SharedWaterclosetVisuals.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
#nullable enable
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Toilet
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum ToiletVisuals
|
||||
{
|
||||
LidOpen,
|
||||
SeatUp
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user