/**
*
*/
package com.cwa.nagrand.message;
/**
* @author zero
*/
public class Messages
{
public static final int ADD_WARRIOR = 1000; // 添加一个新的战士
public static final int CHANGE_SCORE = 1001; // 改变分数
public static final int GET_RANK = 1002; // 获得排名
}