#include <xenon_core.hpp>
Public Attributes | |
std::shared_ptr< System > | g_pSystem |
std::shared_ptr< CAimbot > | g_cAimbot |
std::shared_ptr< CEsp > | g_cEsp |
std::shared_ptr< CRadar > | g_cRadar |
std::shared_ptr< CWaypoints > | g_cWaypoints |
std::shared_ptr< CAimService > | g_cAimService |
std::shared_ptr< CLuaService > | g_cLuaService |
std::shared_ptr< CMemoryService > | g_cMemoryService |
std::shared_ptr< CInjectionService > | g_cInjectionService |
std::shared_ptr< CNotificationService > | g_cNotificationService |
std::shared_ptr< CUIService > | g_cUIService |
Xenon core.
This class is responsible for the xenon core.
std::shared_ptr<CAimbot> Xenon::g_cAimbot |
std::shared_ptr<CAimService> Xenon::g_cAimService |
std::shared_ptr<CEsp> Xenon::g_cEsp |
std::shared_ptr<CInjectionService> Xenon::g_cInjectionService |
std::shared_ptr<CLuaService> Xenon::g_cLuaService |
std::shared_ptr<CMemoryService> Xenon::g_cMemoryService |
std::shared_ptr<CNotificationService> Xenon::g_cNotificationService |
std::shared_ptr<CRadar> Xenon::g_cRadar |
std::shared_ptr<CUIService> Xenon::g_cUIService |
std::shared_ptr<CWaypoints> Xenon::g_cWaypoints |
std::shared_ptr<System> Xenon::g_pSystem |