fix(MatchmakingId): Remove msvc extension. (#177)

This commit is contained in:
tupoy-ya 2024-06-19 12:02:38 +00:00 committed by GitHub
parent 80b2f27759
commit 03b811b16a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,5 +10,5 @@ public:
std::uint64_t m_data2;
std::uint64_t m_data3;
};
static_assert(offsetof(MatchmakingId, MatchmakingId::m_data3) == 0x2E);
static_assert(offsetof(MatchmakingId, m_data3) == 0x2E);
#pragma pack(pop)