hook fixes, keybinds are not working
This commit is contained in:
@@ -102,10 +102,10 @@ namespace Barotrauma
|
||||
return null;
|
||||
}
|
||||
|
||||
public static implicit operator bool(LuaResult res) => res.Bool();
|
||||
public static implicit operator float(LuaResult res) => res.Float();
|
||||
public static implicit operator string(LuaResult res) => res.String();
|
||||
public static implicit operator double(LuaResult res) => res.Double();
|
||||
public static implicit operator DynValue(LuaResult res) => res.DynValue();
|
||||
//public static implicit operator bool(LuaResult res) => res.Bool();
|
||||
//public static implicit operator float(LuaResult res) => res.Float();
|
||||
//public static implicit operator string(LuaResult res) => res.String();
|
||||
//public static implicit operator double(LuaResult res) => res.Double();
|
||||
//public static implicit operator DynValue(LuaResult res) => res.DynValue();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user