protected override void Awake() { base.Awake(); this.m_Effect = this.GetComponent <UIEffectBase>(); }
protected override void Awake() { base.Awake(); this.m_Effect = this.GetComponent<UIEffectBase>(); }
protected override void AddEvent() { base.AddEvent(); this.m_PanelEffect = this.GetComponent<UIEffectBase>(); }
protected override void AddEvent() { base.AddEvent(); this.m_PanelEffect = this.GetComponent <UIEffectBase>(); }