Esempio n. 1
0
 public void DispatchEvent()
 {
     Facade.DispatchEvent(EventKey, this, null);
 }
Esempio n. 2
0
 protected void DispatchEvent(string eventKey, GameEventArgs args)
 {
     Facade.DispatchEvent(eventKey, this, args);
 }
Esempio n. 3
0
 private void Start()
 {
     Facade.DispatchEvent(ControllerEventCodeParams.CONTROLLER_INPUT, this, controllerEventArgs);
 }