Strata - v1.4.10
    Preparing search index...

    Interface NPCSpawn

    interface NPCSpawn {
        id: string;
        position: Vector3;
        rotation?: number;
    }
    Index

    Properties

    Properties

    id: string
    position: Vector3
    rotation?: number