示例#1
0
 public WorldList()
 {
     cp              = new CharacterPack();
     wp              = new WorldsPack();
     playerExist     = false;
     privateExponent = new byte[96];
     publicModulus   = new byte[96];
 }
示例#2
0
文件: WorldList.cs 项目: hdneo/mxo-hd
 public WorldList()
 {
     cp = new CharacterPack();
     wp = new WorldsPack();
     playerExist = false;
     privateExponent = new byte[96];
     publicModulus = new byte[96];
 }