Show / Hide Table of Contents

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()
Back to top Generated by DocFX