Ejemplo n.º 1
0
 void Start()
 {
     faceUpGestureListner = FaceUpGestureController.INSTANCE;
 }
Ejemplo n.º 2
0
 void Awake()
 {
     INSTANCE = this;
     text     = GameObject.Find("Text").GetComponent <Text>();
 }