Пример #1
0
 public Refs(RPScore score, RPPlayerPowerup playerPowerup)
 {
     this.score         = score;
     this.playerPowerup = playerPowerup;
 }
Пример #2
0
 public void SetPlayerPowerup(RPPlayerPowerup val)
 {
     playerPowerup = val;
     NotifyPowerupExists();
 }