Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Update ChampionManager.hpp
Browse files Browse the repository at this point in the history
14.12 Data Structure Update
  • Loading branch information
hydy100 authored Jun 16, 2024
1 parent cdc8c8c commit 7feebb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R3nzSkin/SDK/ChampionManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

#include "Champion.hpp"
#include "Pad.hpp"
#include "RiotArray.hpp"

class ChampionManager {
PAD(0x18)
std::vector<Champion*> champions;
RiotArray<Champion*> champions;
};

0 comments on commit 7feebb9

Please sign in to comment.