18 lines
270 B
C#
18 lines
270 B
C#
namespace Content.Shared.Preferences.Appearance
|
|
{
|
|
public enum HumanoidVisualLayers
|
|
{
|
|
Hair,
|
|
FacialHair,
|
|
Chest,
|
|
Head,
|
|
RArm,
|
|
LArm,
|
|
RHand,
|
|
LHand,
|
|
RLeg,
|
|
LLeg,
|
|
StencilMask
|
|
}
|
|
}
|