We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e064bc commit 0ccdcddCopy full SHA for 0ccdcdd
Shared/sdk/net/SyncStructures.h
@@ -2141,6 +2141,7 @@ struct SWorldSpecialPropertiesStateSync : public ISyncStructure
2141
2142
if (bitStream.Can(eBitStreamVersion::WorldSpecialProperty_FlyingComponents))
2143
bitStream.WriteBits(reinterpret_cast<const char*>(&data7), BITCOUNT7);
2144
+
2145
//// Example for adding item:
2146
// if (bitStream.Can(eBitStreamVersion::YourProperty))
2147
// bitStream.WriteBits(reinterpret_cast<const char*>(&data9), BITCOUNT9);
0 commit comments