Beispiel #1
0
            public void addPoints(PointAdjustment adjustment)
            {
                int adjustmentValue = connectedGame.getAdjustmentValue(adjustment);

                current += adjustmentValue;
            }
Beispiel #2
0
 public int getAdjustmentValue(PointAdjustment adjustment)
 {
     return(CurrentPointValues[adjustment]);
 }