9 lines
336 B
ActionScript
9 lines
336 B
ActionScript
|
shared interface 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; }
|
||
|
}
|