6
StarHorizon_Public/Content.Shared/Humanoid/ICharacterAppearance.cs
2025-11-12 10:55:00 +03:00

9 lines
152 B
C#

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