* Added hair, facial hair, magic mirror * I forgot to commit the textures lmao * Use shader to fix hair color blending
12 lines
238 B
C#
12 lines
238 B
C#
using Content.Shared.GameObjects.Components.Mobs;
|
|
using Robust.Shared.GameObjects;
|
|
|
|
namespace Content.Server.GameObjects.Components.Mobs
|
|
{
|
|
[RegisterComponent]
|
|
public sealed class HairComponent : SharedHairComponent
|
|
{
|
|
|
|
}
|
|
}
|