Exemplo n.º 1
0
 protected void OnSoliderDeath(SoliderDeathEventArgs args)
 {
     if (SoliderDeath != null)
     {
         SoliderDeath(this, args);
     }
 }
Exemplo n.º 2
0
 public void OnSoliderDeath(object sender, SoliderDeathEventArgs args)
 {
     this.UnderAttack -= args.RespondMethod;
 }
Exemplo n.º 3
0
 public void HandleSoliderDeath(object sender, SoliderDeathEventArgs args)
 {
     this.Remove(args.Name);
 }