Skip to content

Commit

Permalink
Update Shared/sdk/net/SyncStructures.h
Browse files Browse the repository at this point in the history
  • Loading branch information
botder authored Jan 10, 2025
1 parent 1e064bc commit 0ccdcdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Shared/sdk/net/SyncStructures.h
Original file line number Diff line number Diff line change
Expand Up @@ -2141,6 +2141,7 @@ struct SWorldSpecialPropertiesStateSync : public ISyncStructure

if (bitStream.Can(eBitStreamVersion::WorldSpecialProperty_FlyingComponents))
bitStream.WriteBits(reinterpret_cast<const char*>(&data7), BITCOUNT7);

//// Example for adding item:
// if (bitStream.Can(eBitStreamVersion::YourProperty))
// bitStream.WriteBits(reinterpret_cast<const char*>(&data9), BITCOUNT9);
Expand Down

0 comments on commit 0ccdcdd

Please sign in to comment.