Exemplo n.º 1
0
 public int GetShotsLeft(VariableStore store)
 {
     return(store.GetInt(gunName + "_shots"));
 }
Exemplo n.º 2
0
 public int GetAmmoCount(AmmoType type)
 {
     return(variableStore.GetInt(type.ToString() + "_count"));
 }