IT BUILDS!!!
- Removed LocalizationServices and other sus things. - Rewrote AssemblyLoader [In Progress] SafeStorageService [In Progress] LuaScriptLoader
This commit is contained in:
@@ -2,5 +2,9 @@
|
||||
|
||||
public interface ILuaCsUtility : ILuaCsShim
|
||||
{
|
||||
public bool CanReadFromPath(string file);
|
||||
public bool CanWriteToPath(string file);
|
||||
internal bool IsPathAllowedException(string path, bool write = true,
|
||||
LuaCsMessageOrigin origin = LuaCsMessageOrigin.Unknown);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user