Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...

    Interface MainMenuScreenProps

    interface MainMenuScreenProps {
        onExit: () => void;
        onLoadGame: () => void;
        onNewGame: () => void;
        onSettings: () => void;
    }
    Index

    Properties

    onExit: () => void
    onLoadGame: () => void
    onNewGame: () => void
    onSettings: () => void