GameStateEntity
The state data of an entity in the game
type GameStateEntity {
attributes: GameStateEntityAttributes
meta: GameEntityMeta!
}
Fields
GameStateEntity.attributes
● GameStateEntityAttributes
object
List of attributes of the entity in the game
GameStateEntity.meta
● GameEntityMeta!
non-null object
Entity general information
Member Of
GameState
object