mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 22:40:22 +00:00
52c4fbbe97
Refactored and rearranged things as needed to allow the change
7 lines
112 B
C#
7 lines
112 B
C#
namespace PKHeX.Core
|
|
{
|
|
internal interface IGeneration
|
|
{
|
|
int Generation { get; set; }
|
|
}
|
|
}
|