CheatEnabler: Use proliferators for belt signal

This commit is contained in:
2026-03-11 19:25:57 +08:00
parent d6b00b1b78
commit a9ad961bd3
5 changed files with 118 additions and 29 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ using OBSWebsocketDotNet;
namespace LuaScriptEngine;
public class LuaState: IDisposable
public class LuaState : IDisposable
{
private readonly Lua state = new();
private readonly List<LuaFunction> PostDataLoadedFuncs = [];