예제 #1
0
 private void OnTriggerEnter2D(Collider2D other)
 {
     shapeManager.ApplyOnEachShape(shape => shape.ChangeShape());
 }