Add ability to apply profiles on character selection (lobby) screen
This commit is contained in:
@@ -10,6 +10,10 @@ using DalamudGameObject = Dalamud.Game.ClientState.Objects.Types.GameObject;
|
||||
using ECommons.Configuration;
|
||||
using System;
|
||||
using CustomizePlus.Configuration.Data;
|
||||
using FFXIVClientStructs.FFXIV.Client.UI.Agent;
|
||||
using Penumbra.GameData;
|
||||
using Penumbra.String;
|
||||
using Dalamud.Logging;
|
||||
|
||||
namespace CustomizePlus.Game.Services;
|
||||
|
||||
@@ -92,7 +96,6 @@ public class GameObjectService
|
||||
return _objectTable.CreateObjectReference(actor);
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Get "true" actor for special actors.
|
||||
/// This should be used everywhere where resolving proper actor is crucial for proper profile application
|
||||
|
||||
Reference in New Issue
Block a user