3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/islands/IIslandCore.h"
10namespace Bedrock {
class ActivationArguments; }
35 virtual ushort getId() ;
38 virtual bool start() ;
41 virtual bool suspend() ;
44 virtual bool resume() ;
50 virtual void mainUpdate() ;
65 MCFOLD ushort $getId();
69 MCFOLD
bool $suspend();
71 MCFOLD
bool $resume();
75 MCFOLD
void $mainUpdate();
83 MCAPI
static void** $vftable();
Definition ActivationArguments.h:7
Definition AppIsland.h:15
Definition IIslandCore.h:12