예제 #1
0
 public void processCollidingObject(GameObject other)
 {
     payload.inject(other);
     Destroy(gameObject);
 }