C# Class DoSaveGame, Unity-Game

Inheritance: MonoBehaviour
Afficher le fichier Open project: PeasB/Unity-Game

Méthodes publiques

Méthode Description
FetchSaveData ( ) : string
NewGame ( ) : void
UpdateSaveData ( XmlDocument XmlDoc ) : void

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

FetchSaveData() public static méthode

public static FetchSaveData ( ) : string
Résultat string

NewGame() public static méthode

public static NewGame ( ) : void
Résultat void

UpdateSaveData() public static méthode

public static UpdateSaveData ( XmlDocument XmlDoc ) : void
XmlDoc XmlDocument
Résultat void