示例#1
0
 protected void OnDestroy()
 {
     m_Mgr = null;
 }
示例#2
0
 protected void Awake()
 {
     // Save a reference to the instance
     m_Mgr = this;
 }