void Awake()
 {
     Instance = this;
 }
Ejemplo n.º 2
0
 void Awake()
 {
     Instance = this;
     Loom loom = Loom.Current;
 }