コード例 #1
0
 public override void TriggerAbility()
 {
     launcher.Launch();
 }
コード例 #2
0
 //This method is used to trigger the ability (For example, it takes in an attack style to deploy the correctly ability when used e.g. attack style will activate attack style ability)
 public override void TriggerAbility(AbilityDeployModes.DeployStyle style)
 {
     launcher.Launch();
 }