We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40219df commit 192dcecCopy full SHA for 192dcec
1 file changed
ZHMModSDK/Include/Glacier/TCheatProtect.h
@@ -2,6 +2,9 @@
2
3
#include "ZPrimitives.h"
4
5
+template <typename T>
6
+class TCheatProtect;
7
+
8
template <typename T>
9
class TCheatProtect {
10
public:
@@ -18,4 +21,10 @@ class TCheatProtect {
18
21
};
19
22
20
23
SStorage m_Storage;
24
+};
25
26
+template <>
27
+class TCheatProtect<ZString> {
28
+public:
29
+ ZString m_sScrambledString;
30
0 commit comments