示例#1
0
 void Start()
 {
     instance = this;
 }
 void Start()
 {
     swapTwoObjectScript = GetComponent <SwapTwoObject>();
 }
示例#3
0
 void Start()
 {
     instance = this;
 }
示例#4
0
 void Start()
 {
     swapTwoObjectScript = GetComponent<SwapTwoObject>();
 }