[Milestone] PackageManagementService completed.

- ContentPackageInfoLookup Service completed.
- Implemented ModConfigService.cs
- Implemented some of the resource processors.
This commit is contained in:
MapleWheels
2025-02-26 12:48:34 -05:00
committed by Maplewheels
parent cb88d215fa
commit 52d920d969
78 changed files with 2331 additions and 422 deletions
@@ -1,6 +1,6 @@
using System;
namespace Barotrauma.LuaCs.Networking;
namespace Barotrauma.LuaCs.Services;
public partial interface INetCallback
{
@@ -1,10 +1,10 @@
using System;
using Barotrauma.LuaCs.Configuration;
using Barotrauma.LuaCs.Data;
using Barotrauma.LuaCs.Networking;
using Barotrauma.LuaCs.Services;
using Barotrauma.Networking;
namespace Barotrauma.LuaCs.Networking;
namespace Barotrauma.LuaCs.Services;
public interface INetVar : IVarId
{
@@ -1,7 +1,7 @@
using Barotrauma.Networking;
using Microsoft.Xna.Framework;
namespace Barotrauma.LuaCs.Networking;
namespace Barotrauma.LuaCs.Services;
#region Wrapper-IWriteMessage