3#include "mc/_HeaderOutputPredefine.h"
10namespace Editor::Network {
13MCNAPI
void bindEditorRealmPayloadTypes(::cereal::ReflectionCtx& ctx);
15MCNAPI
void bindNativeBrushServicePayloadTypes(::cereal::ReflectionCtx& ctx);
17MCNAPI
void bindPersistenceServicePayloadTypes(::cereal::ReflectionCtx& ctx);
19MCNAPI
void bindPrefabDBPayloadTypes(::cereal::ReflectionCtx& ctx);
Definition ReflectionCtx.h:11