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

    Interface GameConstructor

    Game constructor

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

    Constructors

    Properties

    Constructors

    Properties

    prototype: GamePrototype