Gen7Data/Scripts/Interfaces/StaticLibrary.astypedef

9 lines
348 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
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; };
}