Gen7Data/Scripts/Interfaces/StaticLibrary.astypedef
Deukhoofd 40dcd8a407
Some checks failed
continuous-integration/drone/push Build is failing
Switch to astypedef, adds unit tests
2021-10-23 14:20:18 +02:00

9 lines
348 B
Plaintext

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; };
}