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:
8
Scripts/Interfaces/StaticLibrary.astypedef
Normal file
8
Scripts/Interfaces/StaticLibrary.astypedef
Normal file
@@ -0,0 +1,8 @@
|
||||
type StaticLibrary {
|
||||
const LibrarySettings@ Settings { get const; };
|
||||
const SpeciesLibrary@ SpeciesLibrary { get const; };
|
||||
const MoveLibrary@ MoveLibrary { get const; };
|
||||
const ItemLibrary@ ItemLibrary { get const; };
|
||||
const GrowthRateLibrary@ GrowthRateLibrary { get const; };
|
||||
const TypeLibrary@ TypeLibrary { get const; };
|
||||
}
|
||||
Reference in New Issue
Block a user