Skip to content

Commit

Permalink
Merge pull request #1 from TheRealPear/gamemodes
Browse files Browse the repository at this point in the history
Add missing gamemodes
  • Loading branch information
chatasma authored May 16, 2024
2 parents 9d24fc7 + a266140 commit 9d6250b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/database/models/level.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,14 @@ pub enum LevelGamemode {
AttackDefend,
#[strum(props(fancy = "Arcade"))]
Arcade,
#[strum(props(fancy = "Bed Wars"))]
BedWars,
#[strum(props(fancy = "Blitz"))]
Blitz,
#[strum(props(fancy = "Blitz: Rage"))]
BlitzRage,
#[strum(props(fancy = "Bridge"))]
Bridge,
#[strum(props(fancy = "Capture the Flag"))]
CaptureTheFlag,
#[strum(props(fancy = "Control the Point"))]
Expand All @@ -103,18 +107,26 @@ pub enum LevelGamemode {
FreeForAll,
#[strum(props(fancy = "Flag Football"))]
FlagFootball,
#[strum(props(fancy = "Infection"))]
Infection,
#[strum(props(fancy = "King of the Hill"))]
KingOfTheHill,
#[strum(props(fancy = "King of the Flag"))]
KingOfTheFlag,
#[strum(props(fancy = "Mixed"))]
Mixed,
#[strum(props(fancy = "Payload"))]
Payload,
#[strum(props(fancy = "Rage"))]
Rage,
#[strum(props(fancy = "Race for Wool"))]
RaceForWool,
#[strum(props(fancy = "Scorebox"))]
Scorebox,
#[strum(props(fancy = "Skywars"))]
Skywars,
#[strum(props(fancy = "Survival Games"))]
SurvivalGames,
#[strum(props(fancy = "Deathmatch"))]
Deathmatch
}

0 comments on commit 9d6250b

Please sign in to comment.