We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975a5b8 commit 340dcd9Copy full SHA for 340dcd9
sandbox/Benchmark/CoroutineBenchmark.cs
@@ -14,6 +14,7 @@ public void GlobalSetup()
14
{
15
core.Setup("coroutine.lua");
16
core.LuaCSharpState.OpenBasicLibrary();
17
+ core.LuaCSharpState.OpenCoroutineLibrary();
18
}
19
20
[Benchmark(Description = "MoonSharp (RunString)")]
0 commit comments