3#include "mc/_HeaderOutputPredefine.h"
11namespace LeashableSystem {
14MCNAPI ::TickingSystemWithInfo createHandleAddToLeashedEntitiesRequestSystem();
16MCNAPI ::TickingSystemWithInfo createHandleCaravanEventRequestSystem();
18MCNAPI ::TickingSystemWithInfo createHandleRemoveFromLeashedEntitiesRequestSystem();
20MCNAPI_C
void registerClientSystems(::EntitySystems& systemRegistry);
22MCNAPI
void registerServerSystems(::EntitySystems& systemRegistry);
Definition EntitySystems.h:25
Definition TickingSystemWithInfo.h:13