Exemplo n.º 1
0
 void ResetWeapons()
 {
     weapon.ResetAll();
 }
Exemplo n.º 2
0
 public void ResetWeapons()
 {
     weapon.ResetAll();
     weawponType = Weapon.types.SIMPLE;
 }