IPC test for AddPlayerCharacter/RemovePlayerCharacter

This commit is contained in:
RisaDev
2025-04-18 22:14:40 +03:00
parent 31a192c6eb
commit 5ba38d9303
2 changed files with 35 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ public partial class PopupSystem
public static class Messages
{
public const string ActionError = "action_error";
public const string ActionDone = "action_done";
public const string FantasiaPlusDetected = "fantasia_detected_warn";
@@ -31,6 +32,7 @@ public partial class PopupSystem
private void RegisterMessages()
{
RegisterPopup(Messages.ActionError, "Error while performing selected action.\nDetails have been printed to Dalamud log (/xllog in chat).");
RegisterPopup(Messages.ActionDone, "Action performed successfully.");
RegisterPopup(Messages.FantasiaPlusDetected, "Customize+ detected that you have Fantasia+ installed.\nPlease delete or turn it off and restart your game to use Customize+.");