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:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user