Add IPC for Adding and Removing characters from a profile

This commit is contained in:
Caraxi
2025-04-18 10:33:53 +09:30
parent 8ea4cb6772
commit e225a788a7
3 changed files with 70 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ namespace CustomizePlus.Api;
public partial class CustomizePlusIpc
{
private readonly (int Breaking, int Feature) _apiVersion = (6, 0);
private readonly (int Breaking, int Feature) _apiVersion = (6, 1);
/// <summary>
/// When there are breaking changes the first number is bumped up and second one is reset.