Skip to content

Commit

Permalink
Create LamiaSegmentVisuals.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Dec 15, 2023
1 parent 60759e2 commit 46c7c6e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Content.Shared/Nyanotrasen/Lamiae/LamiaSegmentVisuals.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
using Robust.Shared.Serialization;

namespace Content.Shared.Nyanotrasen.Lamiae
{
[Serializable, NetSerializable]
public enum LamiaSegmentVisualLayers
{
Base,
}

[Serializable, NetSerializable]
public enum SegmentBaseVisualLayer
{
Color,
}

[Serializable, NetSerializable]
public enum SegmentArmorVisualLayer
{
Hardsuit,
NoHardsuit,
}
}

0 comments on commit 46c7c6e

Please sign in to comment.