示例#1
0
 public static byte[] GetLuaBytes(string fullpath)
 {
     return(LuaCsvConfig.GetLuaBytes(fullpath));
 }
示例#2
0
 public static string GetLuaPath(string name, string ext = ".lua")
 {
     return(LuaCsvConfig.GetLuaFullPath(name, ext));
 }