/**
* 用于在邏輯和界面間傳輸數據的bean
* @version 1.0
*/
public class Databean {
private int first = -1;
private int second = -1;
public int getFirst() {
return first;
}
public int getSecond() {
return second;
}
public void setFirst(int firt) {
this.first = firt;
}
public void setSecond(int second) {
this.second = second;
}
/**
* 將1,2次均置為初始狀態
標簽:
多線程小游戲
翻牌小游戲
上傳時間:
2015-11-07
上傳用戶:dddhhhwww