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

    Interface AppPrototype

    App prototype

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

    Hierarchy (View Summary)

    • AppPrototype
    Index

    Properties

    Methods

    Properties

    constructor: AppConstructor

    Methods