예제 #1
0
 public PlayerProfile(string name, int index)
     : this()
 {
     _name      = name;
     _gameScore = new GameScore(_name, index);
 }