/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package constants; /** * * @author Itzik */ public class EventConstants { public static boolean DoubleMiracleTime = true; public static boolean DoubleTime = false; }