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