Gen7Data/Scripts/Interfaces/LibrarySettings.astypedef

6 lines
140 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
type LibrarySettings {
uint8 MaximalLevel { get const; };
uint8 MaximalMoves { get const; };
uint16 ShinyRate { get const; };
}