6
StarHorizon_Public/Content.Shared/Humanoid/ICharacterAppearance.cs
2026-01-24 12:49:55 +03:00

9 lines
152 B
C#

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