示例#1
0
 void OnDestroy()
 {
     msInstance = null;
 }
示例#2
0
 void OnEnable()
 {
     m_Map = (Map)target;
     msInstance = this;
 }