c6713f37bb
- Removed LocalizationServices and other sus things. - Rewrote AssemblyLoader [In Progress] SafeStorageService [In Progress] LuaScriptLoader
9 lines
172 B
C#
9 lines
172 B
C#
using MoonSharp.Interpreter.Loaders;
|
|
|
|
namespace Barotrauma.LuaCs.Services.Safe;
|
|
|
|
public interface ILuaScriptLoader : IService, IScriptLoader
|
|
{
|
|
void ClearCaches();
|
|
}
|