Ejemplo n.º 1
0
 public void TestInitialiazingInstance()
 {
     Player testPlayer = new Player(1, 3);
 }
Ejemplo n.º 2
0
 public void InitializeInstances()
 {
     testPlayer = new Player(1, 2);
 }