Re-organize all projects (#4166)
This commit is contained in:
27
Content.Shared/Morgue/SharedMorgue.cs
Normal file
27
Content.Shared/Morgue/SharedMorgue.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
#nullable enable
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Morgue
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum MorgueVisuals
|
||||
{
|
||||
Open,
|
||||
HasContents,
|
||||
HasMob,
|
||||
HasSoul,
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum CrematoriumVisuals
|
||||
{
|
||||
Burning,
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum BodyBagVisuals
|
||||
{
|
||||
Label,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user