OBJECT
GameClass
A single player class for the game.
link Require by
- GameDataThe game object contains collections of data such as NPCs, classes, abilities, items, maps, etc. Game data only changes when major game patches are released, so you should cache results for as long as possible and only update when new content is released for the game.
- GameSpecA spec for a given player class.