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