3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/editor/datastore/DeprecatedEventFactory.h"
10namespace Json {
class Value; }
13namespace Editor::DataStore {
16MCAPI ::Json::Value _createClientActionEvent(
17 ::Editor::DataStore::DeprecatedEventFactory::ClientActionEventType payload,
22_createServerUXEvent(::Editor::DataStore::DeprecatedEventFactory::ServerUXEventType type,
::Json::Value const& payload);