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.
2 parents b312a24 + 5396dc0 commit 8d67f25Copy full SHA for 8d67f25
src/Lua/Standard/OpenLibsExtensions.cs
@@ -6,6 +6,7 @@ public static void OpenStandardLibraries(this LuaState state)
6
{
7
state.OpenBasicLibrary();
8
state.OpenBitwiseLibrary();
9
+ state.OpenCoroutineLibrary();
10
state.OpenIOLibrary();
11
state.OpenMathLibrary();
12
state.OpenModuleLibrary();
0 commit comments