Esempio n. 1
0
 public void GivePointsToPlayer(PlayerPickupsModule pPickupsModule)
 {
     pPickupsModule.GivePoints(m_iPointsWorth);
 }