mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-17 13:27:43 +01:00
Rename namespace PlayerState to Player
This commit is contained in:
parent
2cf869872d
commit
64d4f7061a
16 changed files with 34 additions and 22 deletions
|
|
@ -5,6 +5,7 @@ using System.Runtime.CompilerServices;
|
|||
using Dalamud.Game.ClientState.Objects.Enums;
|
||||
using Dalamud.Game.ClientState.Objects.SubKinds;
|
||||
using Dalamud.Game.ClientState.Objects.Types;
|
||||
using Dalamud.Game.Player;
|
||||
using Dalamud.IoC;
|
||||
using Dalamud.IoC.Internal;
|
||||
using Dalamud.Plugin.Services;
|
||||
|
|
@ -32,7 +33,7 @@ internal sealed partial class ObjectTable : IServiceType, IObjectTable
|
|||
private static int objectTableLength;
|
||||
|
||||
[ServiceManager.ServiceDependency]
|
||||
private readonly PlayerState.PlayerState playerState = Service<PlayerState.PlayerState>.Get();
|
||||
private readonly PlayerState playerState = Service<PlayerState>.Get();
|
||||
|
||||
private readonly CachedEntry[] cachedObjectTable;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue