Class Constants

java.lang.Object
com.toxicrain.rainengine.core.Constants

public class Constants extends Object
The Constants class provides a convenient place to hold constants. This class should not be used for any other purpose. All constants should be declared globally (i.e. public static). Do not put anything functional in this class.