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