Files
Project-Reboot-3.0/Project Reboot 3.0/CheatManager.h
2023-06-17 17:21:06 -04:00

12 lines
157 B
C++

#pragma once
#include "Object.h"
class UCheatManager : public UObject
{
public:
void Teleport();
void DestroyTarget();
static UClass* StaticClass();
};