C# Class MiningGame.Code.Managers.FileWriterManager

Afficher le fichier Open project: geel9/Minor-Destruction

Méthodes publiques

Méthode Description
AppendFile ( string path, string contents ) : bool
WriteFile ( string path, string contents ) : bool

Method Details

AppendFile() public static méthode

public static AppendFile ( string path, string contents ) : bool
path string
contents string
Résultat bool

WriteFile() public static méthode

public static WriteFile ( string path, string contents ) : bool
path string
contents string
Résultat bool