Implemented rest of profile methods for IPC

This commit is contained in:
RisaDev
2024-03-18 00:15:03 +03:00
parent 37c2882a98
commit 5b71cd479e
12 changed files with 702 additions and 36 deletions

View File

@@ -24,6 +24,7 @@ using CustomizePlus.GameData.Extensions;
namespace CustomizePlus.Api.Compatibility;
[Obsolete("Will be removed in the next release")]
public class CustomizePlusLegacyIpc : IDisposable
{
private readonly IObjectTable _objectTable;