mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-08 00:01:45 -05:00
11 lines
142 B
C#
11 lines
142 B
C#
namespace PKHeX.Core
|
|
{
|
|
public enum EncounterOrder
|
|
{
|
|
Egg,
|
|
Mystery,
|
|
Static,
|
|
Trade,
|
|
Slot,
|
|
}
|
|
} |