* Add F3 debug text.

This commit is contained in:
iProgramInCpp
2023-08-11 20:04:07 +03:00
parent b1786eba1f
commit 35a63582df
9 changed files with 70 additions and 2 deletions

View File

@@ -110,5 +110,6 @@ public:
std::string m_playerName;
bool m_bServerVisibleDefault;
bool m_bAutoJump;
bool m_bDebugText;
};