39 public static function create(
int $actorRuntimeId,
int $requestType,
string $commandString,
int $actionIndex,
string $sceneName) : self{
41 $result->actorRuntimeId = $actorRuntimeId;
42 $result->requestType = $requestType;
43 $result->commandString = $commandString;
44 $result->actionIndex = $actionIndex;
45 $result->sceneName = $sceneName;