mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 20:03:41 +01:00
New config system, config flags for combos, commands for combos
This commit is contained in:
parent
1bd4eed72c
commit
16a5788695
9 changed files with 572 additions and 257 deletions
|
|
@ -10,6 +10,7 @@ using System.Threading.Tasks;
|
|||
using Dalamud.Game.ClientState.Actors;
|
||||
using Dalamud.Game.ClientState.Actors.Types;
|
||||
using Dalamud.Game.Internal;
|
||||
using Serilog;
|
||||
|
||||
namespace Dalamud.Game.ClientState
|
||||
{
|
||||
|
|
@ -54,6 +55,8 @@ namespace Dalamud.Game.ClientState
|
|||
Address = new ClientStateAddressResolver();
|
||||
Address.Setup(scanner);
|
||||
|
||||
Log.Verbose("===== C L I E N T S T A T E =====");
|
||||
|
||||
this.ClientLanguage = startInfo.Language;
|
||||
|
||||
this.Actors = new ActorTable(Address);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue