Пример #1
0
 protected override void Disable()
 {
     m_ui.onSelect = null;
     m_frame.Dispose();
     m_frame = null;
 }
Пример #2
0
 protected override void Enable()
 {
     m_frame            = new GodSelectionFrame();
     m_ui.onGodSelected = OnGodChangeRequest;
     m_ui.onCloseClick  = CloseState;
 }
Пример #3
0
 protected override void Enable()
 {
     m_frame              = new GodSelectionFrame();
     m_frame.OnChangeGod += OnChangeGod;
 }