Used to mark a field to be saved to either saveData or saveDataGlobal. Used in conjunction with IGameScreenApi.registerDataHost(<id>, <the instance that contains fields marked with this decorator>)
saveData
saveDataGlobal
IGameScreenApi.registerDataHost(<id>, <the instance that contains fields marked with this decorator>)
Generated using TypeDoc
Used to mark a field to be saved to either
saveData
orsaveDataGlobal
. Used in conjunction withIGameScreenApi.registerDataHost(<id>, <the instance that contains fields marked with this decorator>)