Example #1
0
 public void ReadFromXML(string filepathname)
 {
     GameCrypto.ReadText(filepathname, ReadCB, useCrypto, filepathname + "c");
     //GameCrypto.ReadBin(filepathname, ReadBinCB, useCrypto, filepathname+"c");
 }
Example #2
0
 public void WriteToXML(string filepathname)
 {
     GameCrypto.WriteText(filepathname, WriteCB, useCrypto, filepathname + "c");
     //GameCrypto.WriteBin(filepathname, WriteBinCB, useCrypto, filepathname+"c");
 }