15 lines
264 B
C#
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);
|
|
//}
|
|
}
|
|
}
|