mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-25 23:56:37 -05:00
9 lines
109 B
C#
9 lines
109 B
C#
namespace PKHeX.Core
|
|
{
|
|
public enum TurnStartCode
|
|
{
|
|
Fight = 1,
|
|
Switch = 9,
|
|
}
|
|
}
|