DeadZone Community Packages
    Preparing search index...

    Interface GroundObjectSpawned

    Game event data, refer to GameEventType enum to find supported events

    interface GroundObjectSpawned {
        getTile(): Tile;
        getGroundObject(): GroundObject;
    }
    Index

    Methods