interface CrimsonIsleDojoMinigame {
    points: number;
    rank: CrimsonIsleDojoRank;
}

Properties

Properties

points: number