public override void InitPanel()
 {
     Instance = this;
     base.InitPanel();
 }
Exemplo n.º 2
0
 void Awake()
 {
     m_instance = this;
 }