12struct WorldClockData {
16 ::ll::TypedStorage<8, 8, uint64> mId;
17 ::ll::TypedStorage<8, 32, ::std::string> mName;
18 ::ll::TypedStorage<4, 4, int> mTime;
19 ::ll::TypedStorage<1, 1, bool> mIsPaused;
20 ::ll::TypedStorage<8, 24, ::std::vector<::TimeMarkerData>> mTimeMarkers;
25 WorldClockData& operator=(WorldClockData
const&);
31 MCAPI WorldClockData(::WorldClockData
const&);
33 MCAPI
bool operator==(::WorldClockData
const& rhs)
const;
39 MCAPI
void* $ctor(::WorldClockData
const&);