mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-26 02:22:09 -05:00
8 lines
112 B
C#
8 lines
112 B
C#
namespace PKHeX.Core
|
|
{
|
|
internal interface IGeneration
|
|
{
|
|
int Generation { get; set; }
|
|
}
|
|
}
|