void Awake()
 {
     singleton = this;
 }
Example #2
0
 void Awake()
 {
     singleton = this;
 }