10struct DataStoreChange {
14 ::ll::TypedStorage<8, 32, ::std::string> mDataStoreName;
15 ::ll::TypedStorage<8, 32, ::std::string> mProperty;
16 ::ll::TypedStorage<4, 4, uint> mUpdateCount;
17 ::ll::TypedStorage<8, 72, ::cereal::DynamicValue> mNewData;
22 DataStoreChange(DataStoreChange
const&);
34 MCAPI ~DataStoreChange();