Interface IStatefull
Namespace: QuestFramework
Assembly: QuestFramework.dll
Syntax
public interface IStatefull
Methods
ResetState()
Reset object state
Declaration
[Obsolete("Deprecated. Use method CustomQuest.Reset instead", true)]
void ResetState()
Sync()
Sync object state with the store or via network
Declaration
void Sync()