예제 #1
0
파일: Powershot.cs 프로젝트: vana41203/O9K
 public Powershot(ActiveAbility ability)
     : base(ability)
 {
     this.powershot         = (BasePowershot)ability;
     Player.OnExecuteOrder += this.OnExecuteOrder;
 }
예제 #2
0
 public Powershot(ActiveAbility ability)
     : base(ability)
 {
     this.powershot            = (BasePowershot)ability;
     OrderManager.OrderAdding += this.OnOrderAdding;
 }