Compare commits
No commits in common. "965a55739c3317fb3bc84f3e3e65fd492845c92f" and "96e5d849b500c1c469ca9daab239b5715ca05359" have entirely different histories.
965a55739c
...
96e5d849b5
|
|
@ -171,7 +171,7 @@ MonoBehaviour:
|
||||||
customCode: 3505
|
customCode: 3505
|
||||||
customName: 1
|
customName: 1
|
||||||
MONITOR_ID: CNMAW350015
|
MONITOR_ID: CNMAW350015
|
||||||
ServerIP: 172.16.1.253
|
ServerIP: 172.16.1.164
|
||||||
--- !u!1 &1119662809
|
--- !u!1 &1119662809
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
|
|
||||||
|
|
@ -48,11 +48,6 @@ public class CallForTest : MonoBehaviour
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnGUI()
|
|
||||||
{
|
|
||||||
GUI.Label(new Rect(20, Screen.height-30, 200, 50), "v"+Application.version);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void Start()
|
private void Start()
|
||||||
{
|
{
|
||||||
//获取启动参数
|
//获取启动参数
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue