Struct JuggleAction.MySaveData
Data to serialize action state can be placed in a struct.
It's a good idea to version struct in case you need to migrate between very different state setups in future.
For basic changes (e.g. just adding a new field with a sensible default) no migration should be needed.
See FullSerializer versioning docs for more: https://github.com/jacobdufault/fullserializer/wiki/Versioning
Assembly: Assembly-CSharp.dll
Syntax
[fsObject("v1", new Type[]{})]
public struct MySaveData
Fields
|
Improve this Doc
View Source
dropPercent
Declaration
Field Value
|
Improve this Doc
View Source
interval
Declaration
Field Value
|
Improve this Doc
View Source
thingName
Declaration
Field Value
|
Improve this Doc
View Source
thingsRemaining
Declaration
public int thingsRemaining
Field Value