Esempio n. 1
0
 public void SetCurrentLayer(ShittyUiLayerState shittyUiLayerState)
 {
     // log.Debug("Установка нового слоя "+shittyUiLayerState);
     currentLayer = shittyUiLayerState;
 }
Esempio n. 2
0
 public LobbyLayoutSwitcher(IContext <LobbyUiEntity> context)
     : base(context)
 {
     this.context = context;
     currentLayer = ShittyUiLayerState.DefaultLayer;
 }