mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 12:03:39 +00:00
9 lines
120 B
C++
9 lines
120 B
C++
#include "Global.h"
|
|
using namespace std;
|
|
|
|
//声明
|
|
class Scoreboard;
|
|
|
|
//全局变量
|
|
bool isCmdRegisterEnabled = false;
|