예제 #1
0
 public RecallInfo(EnemyInfo enemyInfo)
 {
     this.enemyInfo = enemyInfo;
     this.recall    = new RecallInf(
         this.enemyInfo.Player.NetworkId,
         TeleportStatus.Unknown,
         TeleportType.Unknown,
         0);
 }
예제 #2
0
 public RecallInfo(EnemyInfo enemyInfo)
 {
     this.enemyInfo = enemyInfo;
     this.recall    = new Packet.S2C.Teleport.Struct(
         this.enemyInfo.Player.NetworkId,
         Packet.S2C.Teleport.Status.Unknown,
         Packet.S2C.Teleport.Type.Unknown,
         0);
 }
예제 #3
0
 public RecallInfo(EnemyInfo enemyInfo)
 {
     this.EnemyInfo = enemyInfo;
     this.Recall = new Packet.S2C.Teleport.Struct(
         this.EnemyInfo.Player.NetworkId,
         Packet.S2C.Teleport.Status.Unknown,
         Packet.S2C.Teleport.Type.Unknown,
         0);
 }