namespace PKHeX.Core; /// /// Indicates how sociable the entity is. /// public interface ISociability { uint Sociability { get; set; } }