diff options
| author | Michael <[email protected]> | 2017-02-16 17:14:18 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-16 17:14:23 -0500 |
| commit | e255c7fd47c2f6e2e12befdc8808e9db8cc8f0d2 (patch) | |
| tree | 4cac94bffe9d322899ee047d86b8a3f2ef57f419 /ShiftOS_TheReturn/Scripting.cs | |
| parent | 781351aefb5d4fe7d9770568506345156b605b9a (diff) | |
| download | shiftos_thereturn-e255c7fd47c2f6e2e12befdc8808e9db8cc8f0d2.tar.gz shiftos_thereturn-e255c7fd47c2f6e2e12befdc8808e9db8cc8f0d2.tar.bz2 shiftos_thereturn-e255c7fd47c2f6e2e12befdc8808e9db8cc8f0d2.zip | |
stuff
Diffstat (limited to 'ShiftOS_TheReturn/Scripting.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Scripting.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Scripting.cs b/ShiftOS_TheReturn/Scripting.cs index 246852f..e699939 100644 --- a/ShiftOS_TheReturn/Scripting.cs +++ b/ShiftOS_TheReturn/Scripting.cs @@ -40,7 +40,7 @@ namespace ShiftOS.Engine.Scripting { public class LuaInterpreter { - dynamic Lua = new DynamicLua.DynamicLua(); + public dynamic Lua = new DynamicLua.DynamicLua(); public bool Running = true; public LuaInterpreter() |
