CInGameTweakManagerBase: Make internal members of CTweakValue private

This commit is contained in:
Lioncash 2020-04-23 20:48:43 -04:00
parent e4dedac2b6
commit 301eb24301
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ public:
};
enum class EType {};
private:
EType x0_type;
std::string x4_key;
std::string x14_str;