示例#1
1
 void OnEnable()
 {
     Instance = this;
 }
示例#2
0
 void OnDisable()
 {
     Instance = null;
 }