(String state)
| 74 | } |
| 75 | |
| 76 | public void setState(String state) { |
| 77 | GameBean GB = MhxyAssist.GB; |
| 78 | if(state.equals("ս��")&&GB.getJobDoing().equals("ץ������")) |
| 79 | GB.setNowGuiNum(GB.getNowGuiNum()+1); |
| 80 | this.state = state; |
| 81 | } |
| 82 | |
| 83 | public int getWidth() { |
| 84 | return width; |
no test coverage detected