Example #1
0
 public void ApplyChange(float amount) => Value.ApplyChange(amount);
Example #2
0
 private void SaveSessionGold() => gold.ApplyChange(GameObject.Find("CurrentGold").GetComponent <ShipResource>().CurrentValue);