- Changes to the Lua ScriptSystem spec.

This commit is contained in:
MapleWheels
2025-12-26 19:10:34 -05:00
committed by Maplewheels
parent c6713f37bb
commit 2778df0fe7
2 changed files with 0 additions and 27 deletions
@@ -42,15 +42,4 @@ public interface ISafeStorageService : IStorageService
/// Deletes all paths from all white lists.
/// </summary>
void ClearAllWhitelists();
/// <summary>
/// Whether the service instance is in file read-only mode.
/// </summary>
bool IsReadOnlyMode { get; }
/// <summary>
/// Sets the service into file read-only mode. Cannot be undone.
/// </summary>
/// <returns></returns>
bool EnableReadOnlyMode();
}