namespace PKHeX.Core; /// /// Option to load a save file automatically to an editing environment. /// public enum SaveFileLoadSetting { /// /// Doesn't autoload a save file, and instead uses a fake save file data. /// Disabled, /// /// Loads the most recently created Save File in the usual backup locations. /// RecentBackup, /// /// Loads the most recently opened Save File path. /// LastLoaded, }