private void AddValueToTarget(int target, int amount){ target += amount; }
Simple right? well, when I call the method and use it, it does nothing.