/** * Copyright (c) Lambda Innovation, 2013-2016 * This file is part of the AcademyCraft mod. * https://github.com/LambdaInnovation/AcademyCraft * Licensed under GPLv3, see project root for more information. */ package cn.academy.energy; public enum IFConstants { ; public static double LATENCY_MK1 = 50, LATENCY_MK2 = 100, LATENCY_MK3 = 300; }