Exemple #1
0
 public void attack(Ally Target)
 {
 }
Exemple #2
0
 public Ally Use(Ally c)
 {
     display.Display();
     return(c);
 }