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