Files
LuaCsForBarotraumaEP/Barotrauma/BarotraumaShared/SharedSource/Lua/NLuaSetup.cs
Evil Factory 4075e71f7a separated Lua source by client, server and shared
github desktop bugged
2021-09-15 12:59:58 -03:00

15 lines
264 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Barotrauma
{
partial class LuaSetup
{
//private void NLua_HookException(object sender, NLua.Event.HookExceptionEventArgs e)
//{
// HandleLuaException(e.Exception);
//}
}
}