📄 map.java
字号:
// File Name: Map.java
// Author: TianBaideng Student Number: 3005218107
// Class Day: thursday Class Number: 4 Class Year: 2005
// Email: tian_bai_deng@126.com
// Assignment number: 4
// Description: this class like Button class just including the status of the map
public class Map {
//this is mine or not
int mine;
//this area is referenced or not
int flag;
public Map()
{
mine =0;
flag =0;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -