public void addPoints(PointAdjustment adjustment) { int adjustmentValue = connectedGame.getAdjustmentValue(adjustment); current += adjustmentValue; }
public int getAdjustmentValue(PointAdjustment adjustment) { return(CurrentPointValues[adjustment]); }