Assets/Editor/Tool/CrossServerEditorWindow.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Assets/Editor/Tool/CrossServerEditorWindow.cs
@@ -88,7 +88,7 @@ GameNetSystem.Instance.SendInfo(match); } if (GUILayout.Button("取消匹配")) if (GUILayout.Button("取消")) { var match = new CC101_tagCMCrossRealmPKMatch(); match.Type = 0; @@ -97,6 +97,15 @@ EditorGUILayout.EndHorizontal(); EditorGUILayout.Space(); EditorGUILayout.BeginHorizontal(); if (GUILayout.Button("退出跨服")) { var match = new CC104_tagCMExitCrossRealm(); GameNetSystem.Instance.SendInfo(match); } EditorGUILayout.EndHorizontal(); } }