mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
fix restarting, add cheat teleport and help, build free and infinite ammo, fix restarting on c1, fix some gui issues.
11 lines
134 B
C++
11 lines
134 B
C++
#pragma once
|
|
|
|
#include "Object.h"
|
|
|
|
class UCheatManager : public UObject
|
|
{
|
|
public:
|
|
void Teleport();
|
|
|
|
static UClass* StaticClass();
|
|
}; |