6 // Michael Kircher (mk1@cs.wustl.edu)
9 // This class defines the possible data type values carried by events
11 // ============================================================================
14 public class Properties
{
15 public static final int DOUBLE
= 0;
16 public static final int NAVIGATION
= 1;
17 public static final int WEAPONS
= 2;
18 public static final int PERSIAN
= 3;
19 public static final int MULTIDOUBLE
= 4;