package com.sandu.ximon.admin.dto.nova; public enum PlayerAnimationType { /** * 特效的类型 * NONE-无特效 * RANDOM-随机特效 */ NONE, RANDOM }