refactor toilet (#15406)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Toilet
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum ToiletVisuals
|
||||
{
|
||||
LidOpen,
|
||||
SeatUp
|
||||
}
|
||||
}
|
||||
10
Content.Shared/Toilet/ToiletVisuals.cs
Normal file
10
Content.Shared/Toilet/ToiletVisuals.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Toilet;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum ToiletVisuals
|
||||
{
|
||||
LidOpen,
|
||||
SeatUp
|
||||
}
|
||||
Reference in New Issue
Block a user