DeadZone Community Packages
    Preparing search index...

    Interface GroundObjectSpawned

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

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

    Methods