ChatPlexSDK-BS 1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
All Classes Namespaces Functions Variables Typedefs Enumerations Concepts
PVRPointer.hpp
1#pragma once
2
3#include "../../../CP_SDK/Utils/Event.hpp"
4#include "../../../CP_SDK/Utils/MonoPtr.hpp"
5
6#include <VRUIControls/VRPointer.hpp>
7
9
10 namespace _u
11 {
12 using namespace VRUIControls;
13 }
14
16 {
17 public:
18 static CP_SDK::Utils::Event<_u::VRPointer*> OnActivated;
19
20 };
21
22}
Event class helper.
Definition Event.hpp:100
Game UI patches.
Definition PVRPointer.hpp:8