Release 2.09

master
Kasi 2024-09-11 19:09:43 +01:00
parent 3619be0824
commit aa21ecaba3
3 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,6 @@ namespace Internal
std::vector<std::int32_t> GetNPCIndices() const;
std::vector<NPC> GetNPCs() const;
NPC GetNPC(std::int32_t Index) const;
PlayerUpdater GetPlayerUpdater() const;
std::vector<Player> GetPlayers() const;
Player GetPlayer(std::int32_t Index) const;
Deque GetProjectiles() const;

View File

@ -179,6 +179,7 @@ namespace Internal
Player GetLocalPlayer();
std::int32_t GetLocalPlayerIndex();
PlayerManager GetLocalPlayerManager();
PlayerUpdater GetLocalPlayerUpdater();
RegionContainer GetLocalRegionContainer();
WidgetGroup GetLocalWidgetGroup();
std::int32_t GetLoginAccountState();

Binary file not shown.