Type.java
上传用户:njled888
上传日期:2007-01-07
资源大小:29k
文件大小:0k
源码类别:

游戏

开发平台:

Java

  1. public interface Type
  2. {
  3.    public int  getType();
  4.    
  5.    public int  CARD = 0,
  6.                OPERATOR = 1;
  7. } // Type