6 lines
140 B
Plaintext
6 lines
140 B
Plaintext
|
type LibrarySettings {
|
||
|
uint8 MaximalLevel { get const; };
|
||
|
uint8 MaximalMoves { get const; };
|
||
|
uint16 ShinyRate { get const; };
|
||
|
}
|