ChatPlexSDK-BS 1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
Loading...
Searching...
No Matches
SubFloatingPanelMoverHandle.hpp
1#pragma once
2
3#include "../../../../CP_SDK/Utils/Il2cpp.hpp"
4#include "../../../../CP_SDK/Utils/MonoPtr.hpp"
5
7
8 class BS_CFloatingPanel;
9
10}
11
13
14 namespace _u
15 {
16 using namespace UnityEngine;
17 }
18
20 class SubFloatingPanelMoverHandle : public _u::MonoBehaviour
21 {
22 CP_SDK_IL2CPP_INHERIT("CP_SDK_BS.UI.DefaultComponentsOverrides.Subs", SubFloatingPanelMoverHandle, _u::MonoBehaviour);
23 CP_SDK_IL2CPP_DECLARE_CTOR(SubFloatingPanelMoverHandle);
24 CP_SDK_IL2CPP_DECLARE_DTOR_MONOBEHAVIOUR(SubFloatingPanelMoverHandle);
25
26 public:
28
29 public:
32
33 };
34
35}
36
< namespace CP_SDK_BS::UI::DefaultComponentsOverrides
Overrides for CP_SDK::UI::DefaultComponents components.