2021-11-20 02:23:49 +00:00
|
|
|
|
namespace PKHeX.Core
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Exposes a friendship value with the original trainer.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public interface IFixedOTFriendship
|
|
|
|
|
{
|
2022-03-06 02:30:35 +00:00
|
|
|
|
byte OT_Friendship { get; }
|
2021-11-20 02:23:49 +00:00
|
|
|
|
}
|
|
|
|
|
}
|