Example #1
0
 protected void OnDestroy()
 {
     m_titleLogic = null;
 }
Example #2
0
 protected override void Awake()
 {
     m_titleLogic = new mg_pt_TitleLogic();
     base.Awake();
 }