<?xml version="1.0" encoding="utf-8" ?>

<xml service="roi_dressup_config">	
	
	<!-- 게임에 사용할 언어 *현재 en고정 -->	
	<language>en</language>
	
	<!-- 게임 런처파일이 있는 폴더 경로 -->	
	<root_path>
	
		http://roi.ltcdn.com/roigame/launcher/du/
			
	</root_path>
	
	<!-- 게임관련 데이터들이 모여있는 폴더 경로 -->	
	<data_path>
	
		http://roi.ltcdn.com/data/en/roigame/
			
	</data_path>

	<req_url>
		
		<!-- 유료아이템 카테고리별 총 페이지수를 받아오는 페이지 -->
		<item_totalpage>

			/game/item/req_items_count.asp

		</item_totalpage>
				
		<!-- 유료아이템 목록 요청 페이지 -->
		<item_list>

			/game/item/req_items_count.asp			

		</item_list>
		
		<!-- 첼린지를 위한 포인트 체크 -->
		<point_check>
		
			/challenge/reqswf/challenge_point_return.rwp
			
		</point_check>			
		
	</req_url>
	
	<file_path>
		
		<!-- 유료아이템 컨텐츠가 있는 경로 -->
		<item>
		
			http://roi.ltcdn.com/data/fashion_game_item/img/		
				
		</item>
	
	</file_path>

</xml>