mirror of
https://github.com/kwsch/PKHeX
synced 2025-01-20 00:14:00 +00:00
8 lines
105 B
C#
8 lines
105 B
C#
|
namespace PKHeX.Core
|
|||
|
{
|
|||
|
public interface IGeneration
|
|||
|
{
|
|||
|
int Generation { get; }
|
|||
|
}
|
|||
|
}
|