Commit 437b9fb2 authored by mercury233's avatar mercury233

Revert "NLua"

This reverts commit 201d8c21.
parent 0eb79e2b
[submodule "NLua"]
path = NLua
url = https://github.com/NLua/NLua
......@@ -7,7 +7,6 @@ using System.Text.RegularExpressions;
using WindBot.Game.AI;
using YGOSharp.Network;
using YGOSharp.Network.Enums;
using NLua;
namespace WindBot.Game
{
......@@ -27,10 +26,6 @@ namespace WindBot.Game
public GameBehavior(GameClient game)
{
Lua state = new Lua ();
var res = (double)state.DoString ("return 10 + 3*(5 + 2)")[0];
Console.WriteLine(res);
Game = game;
Connection = game.Connection;
......
Subproject commit 106b34ce219592b766b7a7bbc5b23ceeb360cf2f
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment