6 lines
140 B
ActionScript
6 lines
140 B
ActionScript
|
shared interface LibrarySettings {
|
||
|
uint8 MaximalLevel { get const; }
|
||
|
uint8 MaximalMoves { get const; }
|
||
|
uint16 ShinyRate { get const; }
|
||
|
}
|