summaryrefslogtreecommitdiff
path: root/examples/Simulator/DOVEBrowser/Properties.java
blob: d954339e58dac9307d935bc7447fb8adb526a633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$
//
// = FILENAME
//    Properties.java
//
// = AUTHOR
//    Michael Kircher (mk1@cs.wustl.edu)
//
// = DESCRIPTION
//    This class defines the possible data type values carried by events
//
// ============================================================================


public class Properties {
  public static final int DOUBLE = 0;
  public static final int NAVIGATION = 1;
  public static final int WEAPONS = 2;
  public static final int PERSIAN = 3;
  public static final int MULTIDOUBLE = 4;
}