コード例 #1
0
ファイル: RandomUlt.cs プロジェクト: FireBuddy/EloBuddy-2
 public RandomUltUnit(AIHeroClient unit)
 {
     Unit = unit;
     RecallData = new RandomUltRecall(unit, RecallStatus.Inactive);
 }
コード例 #2
0
 public RandomUltUnit(AIHeroClient unit)
 {
     Unit       = unit;
     RecallData = new RandomUltRecall(unit, RecallStatus.Inactive);
 }