Inheritance: MonoBehaviour
Example #1
0
 void Awake()
 {
     dragView = GetComponent<TBDragView>();
 }
Example #2
0
 void Awake()
 {
     dragView = GetComponent <TBDragView>();
 }