Exemple #1
0
 public static Look4player Instance()
 {
     if (Look4player.singleton == null)
     {
         Look4player.singleton = new Look4player();
     }
     return(Look4player.singleton);
 }
 public static Look4player creaLook4Player()
 {
     return(Look4player.Instance());
 }