3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/editor/network/NetworkPayload.h"
14namespace Editor::Network {
25 LogMessageListPayload& operator=(LogMessageListPayload
const&);
36 MCNAPI ::std::vector<::Editor::LogMessage>
const& getMessageList()
const;
51 MCNAPI
void*
$ctor(::std::vector<::Editor::LogMessage>
const& message);
Definition LogMessage.h:12
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::std::vector<::Editor::LogMessage > const &message)
MCAPI LogMessageListPayload()
static MCAPI void ** $vftable()
MCAPI LogMessageListPayload(::std::vector<::Editor::LogMessage > const &message)
Definition NetworkPayload.h:8
Definition ReflectionCtx.h:11