From 3eb2fc1e7d76dc2ceae852ce99ee4bb4c7f96a57 Mon Sep 17 00:00:00 2001 From: tanghai Date: Sat, 9 Mar 2019 22:43:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=A8=E5=B1=80=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=9C=A8mac=E4=B8=8A=E9=85=8D=E7=BD=AE=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E5=88=86=E9=9A=94=E7=AC=A6=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Unity/Assets/Editor/GlobalConfigEditor/GlobalConfigEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity/Assets/Editor/GlobalConfigEditor/GlobalConfigEditor.cs b/Unity/Assets/Editor/GlobalConfigEditor/GlobalConfigEditor.cs index 97c51f10..2ee4e05d 100644 --- a/Unity/Assets/Editor/GlobalConfigEditor/GlobalConfigEditor.cs +++ b/Unity/Assets/Editor/GlobalConfigEditor/GlobalConfigEditor.cs @@ -7,7 +7,7 @@ namespace ETEditor { public class GlobalProtoEditor: EditorWindow { - const string path = @".\Assets\Res\Config\GlobalProto.txt"; + const string path = @"./Assets/Res/Config/GlobalProto.txt"; private GlobalProto globalProto; -- GitLab