Ejemplo n.º 1
0
 /// <summary>
 /// Initializes this class
 /// </summary>
 private void Awake()
 {
     // Allows this instance to behave like a singleton
     Instance = this;
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     // Ses the class up as a singleton
     instance = this;
 }