Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.0
    Preparing search index...
    interface EndScreen3DProps {
        height?: number;
        matchStats: MatchStatistics;
        onRematch?: () => void;
        onReturnToMenu: () => void;
        onViewReplay?: () => void;
        width?: number;
        winner: PlayerState;
    }
    Index

    Properties

    height?: number
    matchStats: MatchStatistics
    onRematch?: () => void
    onReturnToMenu: () => void
    onViewReplay?: () => void
    width?: number
    winner: PlayerState