main cult
This commit is contained in:
24
Content.Shared/_White/Cult/SharedNarsie.cs
Normal file
24
Content.Shared/_White/Cult/SharedNarsie.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using Robust.Shared.GameStates;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.White.Cult;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum NarsieVisualState : byte
|
||||
{
|
||||
VisualState
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum NarsieVisuals : byte
|
||||
{
|
||||
Spawning,
|
||||
Spawned
|
||||
}
|
||||
|
||||
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public partial class NarsieComponent : Component
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user