package ee3.common.lib; /** * PacketIds * * Library containing the various ids for different packets in the mod * * @author pahimar * @license Lesser GNU Public License v3 (http://www.gnu.org/licenses/lgpl.html) * */ public class PacketIds { public static final int KEYBINDING_PRESSED = 0; public static final int TILEENTITY_UPDATE = 1; }