mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
7 lines
104 B
C#
7 lines
104 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface IFixedBall
|
|
{
|
|
Ball FixedBall { get; }
|
|
}
|
|
}
|