Ejemplo n.º 1
0
 private void Start()
 {
     CommandController.AddListenerForCommand("AddCategories", AddCategories);
 }
Ejemplo n.º 2
0
 void Start()
 {
     CommandController.AddListenerForCommand("AddPuzzles", AddPuzzles);
 }