Exemple #1
0
 void Awake()
 {
     PollGameObjects = gameObject.AddComponent<PollObjects>() as PollObjects;
 }
Exemple #2
0
 void Awake()
 {
     current = this;
 }