/*
* 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 = false;
public static boolean DoubleExpTime = false;
public static boolean DoubleDropTime = false;
}