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

Method main

src/pkgTest/TestAssist.java:8–21  ·  view source on GitHub ↗
(String args[])

Source from the content-addressed store, hash-verified

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 4

AssistInitMethod · 0.95
GameMonitorMethod · 0.95
Job_GuiMethod · 0.95
setNowGuiNumMethod · 0.80

Tested by

no test coverage detected