Exemplo n.º 1
0
 void Awake()
 {
     if (m_inst == null)
     {
         m_inst = this;
     }
 }
Exemplo n.º 2
0
 public void Release()
 {
     m_inst = null;
 }