Ejemplo n.º 1
0
 public static Player GetInstance()
 {
     if (instance == null) {
         instance = new Player();
     }
     return instance;
 }
Ejemplo n.º 2
0
 public Player()
 {
     instance = this;
 }