Skip to content

Commit

Permalink
DebugInterface is public class for Plugin folder support
Browse files Browse the repository at this point in the history
  • Loading branch information
Salada committed Nov 17, 2015
1 parent 8c4ee60 commit 542429d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Slua/Script/Debugger/DebugInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace SLua
using System.Text.RegularExpressions;
using System.Reflection;

class DebugInterface : LuaObject
public class DebugInterface : LuaObject
{
LuaState state;
Socket server;
Expand Down

0 comments on commit 542429d

Please sign in to comment.