void bodyEntered(K2SBody body) { if (this.body == null) this.body = body; }
void OnDestroy() { body = null; }