From 536d04af5b638a04efb46f93214b7f9ac73af875 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期六, 10 十一月 2018 10:12:53 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Core/Common/ResourcesPath.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Core/Common/ResourcesPath.cs b/Core/Common/ResourcesPath.cs
index 722df20..1a1ad42 100644
--- a/Core/Common/ResourcesPath.cs
+++ b/Core/Common/ResourcesPath.cs
@@ -1,5 +1,6 @@
锘縰sing UnityEngine;
+[XLua.LuaCallCSharp]
public class ResourcesPath : Singleton<ResourcesPath>
{
@@ -39,6 +40,7 @@
public static readonly string CONFIG_FODLER = ResourcesOutPath + "refdata/Config";
public static readonly string AUDIO_SUFFIX = "Audio/";
+ public static readonly string LUA_FODLER = ResourcesOutPath + "Lua";
#endregion
--
Gitblit v1.8.0