home *** CD-ROM | disk | FTP | other *** search
/ Java for 3D & VRML Worlds / Java for 3d and VRML Worlds.iso / examples / chap05 / MuProtocol.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-10-06  |  332 b   |  6 lines

  1. public class MuProtocol {
  2.    public static final int PORT = 4130;
  3.    public static final int MOVE = 1;
  4.    public static final int ROTATION = 2;
  5. }
  6.