Beispiel #1
0
 public WorldList()
 {
     cp              = new CharacterPack();
     wp              = new WorldsPack();
     playerExist     = false;
     privateExponent = new byte[96];
     publicModulus   = new byte[96];
 }
Beispiel #2
0
 public WorldList()
 {
     cp = new CharacterPack();
     wp = new WorldsPack();
     playerExist = false;
     privateExponent = new byte[96];
     publicModulus = new byte[96];
 }