6
StarHorizon_Public/Content.Shared/Humanoid/ICharacterAppearance.cs
2026-01-13 18:31:02 +02:00

9 lines
152 B
C#

namespace Content.Shared.Humanoid
{
public interface ICharacterAppearance
{
bool MemberwiseEquals(ICharacterAppearance other);
}
}