예제 #1
0
 void SetSpeed(float speed)
 {
     _ParallaxMover._Speed = speed;
     _ObstaclePool.SetSpeed(speed);
 }