You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Via the ReadComponent system, component data can be read directly from the game state. The ABI types are all exported and available in ./contracts/starknet_components.json.
We should define SDK types to allow for their use in the entity libraries (ex. Asteroid.Component.getBonuses should be able to consume a Celestial component retrieved via ReadComponent). Property names should be consistently mapped from snake_case to camelCase.
The text was updated successfully, but these errors were encountered:
Via the
ReadComponent
system, component data can be read directly from the game state. The ABI types are all exported and available in./contracts/starknet_components.json
.We should define SDK types to allow for their use in the entity libraries (ex.
Asteroid.Component.getBonuses
should be able to consume aCelestial
component retrieved viaReadComponent
). Property names should be consistently mapped fromsnake_case
tocamelCase
.The text was updated successfully, but these errors were encountered: