Some extra logging and bring back LuaCsTimer

This commit is contained in:
Evil Factory
2026-01-29 20:26:25 -03:00
committed by Maplewheels
parent 13a9bc443e
commit 708fe93efe
4 changed files with 46 additions and 32 deletions
@@ -93,7 +93,7 @@ public class PluginManagementService : IAssemblyManagementService
public bool IsDisposed { get; }
public FluentResults.Result Reset()
{
throw new NotImplementedException();
return FluentResults.Result.Fail("Not implemented");
}
#endregion