* Added hair, facial hair, magic mirror * I forgot to commit the textures lmao * Use shader to fix hair color blending
12 lines
185 B
C#
12 lines
185 B
C#
using System;
|
|
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Preferences.Appearance
|
|
{
|
|
public enum HumanoidVisualLayers
|
|
{
|
|
Hair,
|
|
FacialHair,
|
|
}
|
|
}
|