Skip to content

Commit

Permalink
Add more staff roles
Browse files Browse the repository at this point in the history
  • Loading branch information
AiAe authored May 18, 2024
1 parent d7f4107 commit dcf4770
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Enums/StaffRole.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ enum StaffRole: int
case Streamer = 7;
case Commentator = 8;
case Composer = 9;
case PlayTester = 10;
case Spreadsheeter = 11;

public function name(): string
{
Expand All @@ -32,6 +34,8 @@ public function name(): string
self::Streamer => 'Streamer',
self::Commentator => 'Commentator',
self::Composer => 'Composer',
self::PlayTester => 'Play Tester',
self::Spreadsheeter => 'Spreadsheeter',
};
}
}

0 comments on commit dcf4770

Please sign in to comment.