interface SpawnEntityOptions {
    initialPersistence?: boolean;
}

Properties

initialPersistence?: boolean