Gen7Data/Scripts/Interfaces/MoveLibrary.astypedef

4 lines
80 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
type MoveLibrary {
const MoveData@ Get(const constString &in name) const;
}