Delta-v/Content.Shared/Humanoid/ICharacterAppearance.cs

9 lines
152 B
C#

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