Skip to content

Commit 3203ed2

Browse files
committed
fix(SDK): Classes Header
1 parent 7101334 commit 3203ed2

File tree

1 file changed

+2
-2
lines changed
  • src/plugins/core/scripting/generated

1 file changed

+2
-2
lines changed

src/plugins/core/scripting/generated/classes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20642,8 +20642,8 @@ class GCCSPlayerController_InventoryServices
2064220642

2064320643
uint16_t GetMusicID() const;
2064420644
void SetMusicID(uint16_t value);
20645-
std::vector<MedalRank_t> GetRank() const;
20646-
void SetRank(std::vector<MedalRank_t> value);
20645+
std::vector<uint64_t> GetRank() const;
20646+
void SetRank(std::vector<uint64_t> value);
2064720647
int32_t GetPersonaDataPublicLevel() const;
2064820648
void SetPersonaDataPublicLevel(int32_t value);
2064920649
int32_t GetPersonaDataPublicCommendsLeader() const;

0 commit comments

Comments
 (0)