Exemplo n.º 1
0
 public void AddPowerup(StatPowerup statPowerup)
 {
     activePowerupList.Add(statPowerup);
 }
Exemplo n.º 2
0
 public void AddPowerup(StatPowerup statPowerup) => m_ActivePowerupList.Add(statPowerup);