Esempio n. 1
0
 //getter to the shooting objects getscore method, this is to ensure we don't get the wrong tanks info
 public float getKillCount()
 {
     return(m_Shooting.GetScore());
 }