PKHeX/PKHeX.Core/Legality/Structures/IFixedBall.cs

7 lines
104 B
C#

namespace PKHeX.Core
{
public interface IFixedBall
{
Ball FixedBall { get; }
}
}