mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
12 lines
156 B
C#
12 lines
156 B
C#
namespace PKHeX.Core
|
|
{
|
|
public enum EncounterOrder
|
|
{
|
|
Egg,
|
|
Mystery,
|
|
Link,
|
|
Static,
|
|
Trade,
|
|
Slot,
|
|
}
|
|
} |