interface Spawnable {
    spawn(x, y): void;
}

Implemented by

Methods

Methods

Generated using TypeDoc