Gen7Data/Scripts/Interfaces/LibrarySettings.as

6 lines
140 B
ActionScript

shared interface LibrarySettings {
uint8 MaximalLevel { get const; }
uint8 MaximalMoves { get const; }
uint16 ShinyRate { get const; }
}