mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-24 13:03:06 +00:00
8 lines
109 B
C#
8 lines
109 B
C#
namespace PKHeX.Core
|
|
{
|
|
public enum TurnStartCode
|
|
{
|
|
Fight = 1,
|
|
Switch = 9,
|
|
}
|
|
}
|