(String args[])
| 6 | |
| 7 | public class TestAssist { |
| 8 | public static void main(String args[]){ |
| 9 | //����Java���ô�Į���� |
| 10 | Dm2Java dm = new Dm2Java(); |
| 11 | //�������߳�ʼ����������Ϸ���̾�����ɴ�Į����ȡ |
| 12 | MhxyAssist.AssistInit(328552); |
| 13 | //����Ϸȫ��״̬��� |
| 14 | MhxyAssist.GameMonitor(dm); |
| 15 | |
| 16 | //ִ��ָ���ű����� |
| 17 | // MhxyJob.Job_BaoTu(dm); |
| 18 | MhxyJob.Job_Gui(dm); |
| 19 | MhxyAssist.GB.setNowGuiNum(4); |
| 20 | |
| 21 | }//main |
| 22 | } |
nothing calls this directly
no test coverage detected