mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
11 lines
288 B
C++
11 lines
288 B
C++
#pragma once
|
|
|
|
namespace Globals
|
|
{
|
|
extern inline bool bCreative = false;
|
|
extern inline bool bGoingToPlayEvent = false;
|
|
extern inline bool bNoMCP = true;
|
|
extern inline bool bLateGame = false;
|
|
extern inline bool bAbilitiesEnabled = true;
|
|
extern inline bool bLogProcessEvent = false;
|
|
} |