Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.17 KB

DungeonsandtrollsGameState.md

File metadata and controls

17 lines (14 loc) · 1.17 KB

DungeonsandtrollsGameState

Properties

Name Type Description Notes
Map_ *DungeonsandtrollsMap [optional] [default to null]
ShopItems []DungeonsandtrollsItem [optional] [default to null]
Character *DungeonsandtrollsCharacter [optional] [default to null]
CurrentPosition *DungeonsandtrollsPosition [optional] [default to null]
CurrentLevel int32 [optional] [default to null]
Tick int32 [optional] [default to null]
Events []DungeonsandtrollsEvent List of events which occurred in the previous tick. Useful for visualising effects, debugging and communication. [optional] [default to null]
Score float32 [optional] [default to null]
MaxLevel int32 [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]