예제 #1
0
 void bodyEntered(K2SBody body)
 {
     if (this.body == null) this.body = body;
 }
예제 #2
0
 void OnDestroy()
 {
     body = null;
 }