private void Start()
 {
     CommandController.AddListenerForCommand("AddCategories", AddCategories);
 }
Exemple #2
0
 void Start()
 {
     CommandController.AddListenerForCommand("AddPuzzles", AddPuzzles);
 }