예제 #1
0
 private void Start()
 {
     GameObject newRoad = LevelPool.ReUse(new Vector2(RoadCurrent.nowRoadX, 0));
 }