Added LoggerService to Lua env. Made ILoggerService compliant with LuaCsLogger API.

This commit is contained in:
MapleWheels
2026-04-13 13:06:32 -04:00
parent addd3f7a45
commit 344027d757
4 changed files with 26 additions and 7 deletions
@@ -2,6 +2,7 @@
using System;
using System.IO;
using System.Linq;
using Barotrauma.LuaCs;
namespace Barotrauma
{