Exemplo n.º 1
0
 public void AddUpdate(Action onUpdateAction)
 {
     uiManager.AddUpdate(onUpdateAction);
 }
Exemplo n.º 2
0
 public UIWithKeyHandler(IUIManager uiManager) : base(uiManager)
 {
     uiManager.AddUpdate(UpdateInput);
 }