1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-03-22 18:53:46 +08:00

CheatEnabler: Use proliferators for belt signal

This commit is contained in:
2026-03-11 04:06:51 +08:00
parent d6b00b1b78
commit a9ad961bd3
5 changed files with 118 additions and 29 deletions

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 = [];