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