コード例 #1
0
 public EnemyInfo(AIHeroClient player)
 {
     this.Player     = player;
     this.RecallInfo = new RecallInfo(this);
 }
コード例 #2
0
ファイル: RecallTracker.cs プロジェクト: wx8829110/WUYANZZZ
 public EnemyInfo(Obj_AI_Hero player)
 {
     this.Player     = player;
     this.RecallInfo = new RecallInfo(this);
 }
コード例 #3
0
ファイル: RecallTracker.cs プロジェクト: fung2650/ElBundle
 public EnemyInfo(Obj_AI_Hero player)
 {
     this.Player = player;
     this.RecallInfo = new RecallInfo(this);
 }