From 301eb2430172f0b734c16375f445680efec55405 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 23 Apr 2020 20:48:43 -0400 Subject: [PATCH] CInGameTweakManagerBase: Make internal members of CTweakValue private --- Runtime/CInGameTweakManagerBase.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Runtime/CInGameTweakManagerBase.hpp b/Runtime/CInGameTweakManagerBase.hpp index 0f54c56b9..2d41a2efa 100644 --- a/Runtime/CInGameTweakManagerBase.hpp +++ b/Runtime/CInGameTweakManagerBase.hpp @@ -26,6 +26,7 @@ public: }; enum class EType {}; +private: EType x0_type; std::string x4_key; std::string x14_str;