@duplicis/types - v1.0.0
    Preparing search index...

    Interface GameConstructor

    Game constructor

    interface GameConstructor {
        new GameConstructor(app: App): Game;
        prototype: GamePrototype;
    }
    Index
    • Parameters

      Returns Game

    prototype: GamePrototype