/*
* Config.java
* classes : com.wangbb.naruto.common.Config
* @author �����
* V 1.0.0
* Create at 2014-3-20 ����2:54:30
*/
package com.wangbb.naruto.common;
/**
* com.wangbb.naruto.common.Config
*
* @author ����� <br/>
* create at 2014-3-20 ����2:54:30
*/
public class Config {
//�Ƿ����ģʽ
public static boolean isDebug = true;
//�ӿ�
public static String SERVER_ADDR = "http://api.peiyinxiu.com/";
}