mirror of
https://github.com/kwsch/PKHeX
synced 2025-01-23 17:55:06 +00:00
9 lines
116 B
C#
9 lines
116 B
C#
|
namespace PKHeX.Core;
|
|||
|
|
|||
|
public enum EntityRejuvenationSetting
|
|||
|
{
|
|||
|
Custom = -1,
|
|||
|
None,
|
|||
|
MissingDataHOME,
|
|||
|
}
|