Beispiel #1
0
 public void Awake()
 {
     module     = new ActionsEditorModule();
     controller = this.GetComponent <ActionsEditorController>();
     controller.SetModule(module);
     view = this.GetComponent <ActionsEditorView>();
     view.SetController(controller);
     Instance = this;
 }
Beispiel #2
0
 public void SetController(ActionsEditorController controller)
 {
     this.controller = controller;
 }