Re-organize all projects (#4166)
This commit is contained in:
26
Content.Shared/CharacterAppearance/HumanoidVisualLayers.cs
Normal file
26
Content.Shared/CharacterAppearance/HumanoidVisualLayers.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.CharacterAppearance
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum HumanoidVisualLayers
|
||||
{
|
||||
Hair,
|
||||
FacialHair,
|
||||
Chest,
|
||||
Head,
|
||||
Eyes,
|
||||
RArm,
|
||||
LArm,
|
||||
RHand,
|
||||
LHand,
|
||||
RLeg,
|
||||
LLeg,
|
||||
RFoot,
|
||||
LFoot,
|
||||
Handcuffs,
|
||||
StencilMask,
|
||||
Fire,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user