Exemplo n.º 1
0
 void bodyEntered(K2SBody body)
 {
     if (this.body == null) this.body = body;
 }
Exemplo n.º 2
0
 void OnDestroy()
 {
     body = null;
 }