clik-engine API
    Preparing search index...

    Interface SpawnPoint

    interface SpawnPoint {
        name: string;
        properties?: Record<string, unknown>;
        type?: string;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    name: string
    properties?: Record<string, unknown>
    type?: string
    x: number
    y: number