Constant類

package com.wh.game;

/**
 * 常量類
 * 
 * @author 16572 方便後面操作
 */
public class Constant {
	public static int FRAME_WIDTh = 800;
	public static int FRAME_HEIGHT = 860;
}

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章