コード例 #1
0
 void OnDestroy()
 {
     SharedInstance = null;
 }
コード例 #2
0
 void Awake()
 {
     SharedInstance  = this;
     m_canConnectCnt = this.MAX_CONNET_COUNT;
 }