C# Class DoSaveGame, Unity-Game

Inheritance: MonoBehaviour
Mostra file Open project: PeasB/Unity-Game

Public Methods

Method Description
FetchSaveData ( ) : string
NewGame ( ) : void
UpdateSaveData ( XmlDocument XmlDoc ) : void

Private Methods

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

Method Details

FetchSaveData() public static method

public static FetchSaveData ( ) : string
return string

NewGame() public static method

public static NewGame ( ) : void
return void

UpdateSaveData() public static method

public static UpdateSaveData ( XmlDocument XmlDoc ) : void
XmlDoc XmlDocument
return void