3#include "mc/_HeaderOutputPredefine.h"
10namespace Editor::Network {
12struct ReplicatedObjectInfo {
23 ReplicatedObjectInfo();
Definition ReplicatedObjectInfo.h:12
MCAPI ~ReplicatedObjectInfo()
MCAPI void * $ctor(::Editor::Network::ReplicatedObjectInfo const &other)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI ReplicatedObjectInfo(::Editor::Network::ReplicatedObjectInfo &&other)
MCAPI void operator=(::Editor::Network::ReplicatedObjectInfo const &other)
MCAPI ReplicatedObjectInfo(::Editor::Network::ReplicatedObjectInfo const &other)
MCAPI void * $ctor(::Editor::Network::ReplicatedObjectInfo &&other)
Definition ReflectionCtx.h:11