32 public static function create(
int $actorUniqueId,
int $actorRuntimeId,
Vector3 $position,
int $direction,
string $title) : self{
34 $result->actorUniqueId = $actorUniqueId;
35 $result->actorRuntimeId = $actorRuntimeId;
36 $result->position = $position;
37 $result->direction = $direction;
38 $result->title = $title;