package com.aionemu.gameserver.model.templates.item; /** * @author Cheatkiller */ public enum LeftHandSlot { SHIELD, DUAL; }