Beispiel #1
0
 public void AwardPoints(int numPoints, GameObject sender)
 {
     var giver = new PointGiver(sender);
     giver.ShowPoints(ToEnum(numPoints));
     _points += numPoints;
 }