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