C# Class SaveQuest, tf_client

Inheritance: MonoBehaviour
Show file Open project: wids-eria/tf_client Class Usage Examples

Public Methods

Method Description
LoadGameState ( ) : void
SyncQuestOnCloud ( ) : void

Protected Methods

Method Description
SyncGameStateToServer ( ) : IEnumerator
UpdateClientOnQuest ( ) : IEnumerator

Private Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

LoadGameState() public method

public LoadGameState ( ) : void
return void

SyncGameStateToServer() protected method

protected SyncGameStateToServer ( ) : IEnumerator
return IEnumerator

SyncQuestOnCloud() public method

public SyncQuestOnCloud ( ) : void
return void

UpdateClientOnQuest() protected method

protected UpdateClientOnQuest ( ) : IEnumerator
return IEnumerator