mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-12 06:37:20 -05:00
9 lines
120 B
C#
9 lines
120 B
C#
namespace PKHeX.Core
|
|
{
|
|
public enum EncounterMatchRating
|
|
{
|
|
None,
|
|
Match,
|
|
Deferred,
|
|
}
|
|
} |