6
StarHorizon_Public/Content.Shared/Humanoid/ICharacterAppearance.cs
2025-12-27 15:27:38 +03:00

9 lines
152 B
C#

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