Class SerializationAction
Base class of all IAction related to serialization of ISavedData
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public abstract class SerializationAction : IAction
Fields
_typesToDispatchAs
Declaration
protected Type[] _typesToDispatchAs
Field Value
Type | Description |
---|---|
Type[] |
Properties
SavedDatas
Declaration
public ISavedData[] SavedDatas { get; set; }
Property Value
Type | Description |
---|---|
ISavedData[] |
TypesToDispatchAs
Declaration
public virtual Type[] TypesToDispatchAs { get; }
Property Value
Type | Description |
---|---|
Type[] |
Methods
ResetAction()
Declaration
public virtual void ResetAction()