Example #1
0
 private void Awake()
 {
     instance      = this;
     selectedTable = GetComponent <SelectedDictionary>();
 }
 // Start is called before the first frame update
 void Start()
 {
     selectedTable = GetComponent <SelectedDictionary>();
     selected      = selectedTable.getDictionary();
 }
 void Start()
 {
     selectedTable = GetComponent <SelectedDictionary>();
     dragSelect    = false;
 }