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