namespace PKHeX.Core { /// /// Exposes a friendship value with the original trainer. /// public interface IFixedOTFriendship { byte OT_Friendship { get; } } }