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