C# Class MTMCL.Profile.ProfileInJson

Exibir arquivo Open project: cvronmin/metocraft

Public Methods

Method Description
newFile ( string dir ) : bool
readProfile ( string path ) : Profiles
writeProfile ( string path, Profiles pro ) : bool

Method Details

newFile() public method

public newFile ( string dir ) : bool
dir string
return bool

readProfile() public method

public readProfile ( string path ) : Profiles
path string
return Profiles

writeProfile() public method

public writeProfile ( string path, Profiles pro ) : bool
path string
pro Profiles
return bool