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

    Interface AppPrototype

    App prototype

    interface AppPrototype {
        constructor: AppConstructor;
        newGame(): void;
    }

    Hierarchy (View Summary)

    • AppPrototype
    Index
    constructor: AppConstructor
    • start new game

      Returns void