package com.arkcraft.module.weapon.common.item.attachment; /** * @author Lewis_McReu * */ public enum AttachmentType { SCOPE, HOLO_SCOPE, FLASH, LASER, SILENCER; }