예제 #1
0
 void OnCollisionEnter2D(Collision2D other)
 {
     _special.OnPuckCollision(other);
 }