[Milestone] PackageManagementService completed.
- ContentPackageInfoLookup Service completed. - Implemented ModConfigService.cs - Implemented some of the resource processors.
This commit is contained in:
@@ -4,9 +4,10 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace Barotrauma.LuaCs.Networking;
|
||||
// ReSharper disable once CheckNamespace
|
||||
namespace Barotrauma.LuaCs.Services;
|
||||
|
||||
partial class NetworkingService
|
||||
partial class NetworkingService : INetworkingService
|
||||
{
|
||||
private const int MaxRegisterPerClient = 1000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user