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