Exemplo n.º 1
0
 public bool Dribbling(FieldPlayer dribblePlayer)  //asa de zice/scrie?
 {
     return(true);
 }
Exemplo n.º 2
0
 public bool Tackle(FieldPlayer player)
 {
     return(true);
 }
Exemplo n.º 3
0
 public bool Pass(FieldPlayer toPlayer)
 {
     return(true);
 }