Ejemplo n.º 1
0
    public void AddPoints(long points)
    {
      score += points;

      player.Score = score;

      OnScoreChanged.Raise(this, score);
    }