MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / TestAssist

Class TestAssist

src/pkgTest/TestAssist.java:7–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import pkgDm.Dm2Java;
6
7public 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected