@@ -6,6 +6,7 @@ namespace Content.Shared.Humanoid
|
||||
[Serializable, NetSerializable]
|
||||
public enum HumanoidVisualLayers : byte
|
||||
{
|
||||
Special, // for the cat ears
|
||||
Tail,
|
||||
Hair,
|
||||
FacialHair,
|
||||
@@ -18,6 +19,7 @@ namespace Content.Shared.Humanoid
|
||||
RArm,
|
||||
LArm,
|
||||
RHand,
|
||||
|
||||
LHand,
|
||||
RLeg,
|
||||
LLeg,
|
||||
@@ -27,5 +29,6 @@ namespace Content.Shared.Humanoid
|
||||
StencilMask,
|
||||
Ensnare,
|
||||
Fire,
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user