示例#1
0
 void OnDestroy()
 {
     s_Sigleton = null;
 }
示例#2
0
 void Awake()
 {
     s_Sigleton = this;
 }