Switch to astypedef, adds unit tests
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
5
Scripts/Interfaces/LibrarySettings.astypedef
Normal file
5
Scripts/Interfaces/LibrarySettings.astypedef
Normal file
@@ -0,0 +1,5 @@
|
||||
type LibrarySettings {
|
||||
uint8 MaximalLevel { get const; };
|
||||
uint8 MaximalMoves { get const; };
|
||||
uint16 ShinyRate { get const; };
|
||||
}
|
||||
Reference in New Issue
Block a user