Ejemplo n.º 1
0
 private void Awake()
 {
     if (instance == null)
     {
         instance = this;
     }
     else
     {
         Destroy(gameObject);
     }
 }
Ejemplo n.º 2
0
 // Use this for initialization
 void Awake()
 {
     s_instance = this;
     _queuedMessages.Enqueue("You have started a new dating site for monsters.");
 }