/** * Author: zero * Created: 2012-8-22 */ package com.cwa.petserver.memory.activeuser; /** * @author zero * */ public class ActiveUserConstant { public static final int MIN_LEVEL = 1; public static final int MAX_LEVEL = 100; }