MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / Champ

Class Champ

KBotExt/Definitions.h:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93};
94
95struct Champ
96{
97 int key;
98 std::string name;
99 std::vector<std::pair<std::string, std::string>> skins;
100};
101
102inline std::vector<Champ> champSkins;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected