better LuaCsPatch parameters
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Barotrauma
|
||||
{
|
||||
public delegate void LuaCsAction(params object[] args);
|
||||
public delegate object LuaCsFunc(params object[] args);
|
||||
public delegate object LuaCsPatch(object self, object args);
|
||||
public delegate object LuaCsPatch(object self, Dictionary<string, object> args);
|
||||
|
||||
public class LuaCsHook
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user