diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-07-27 22:30:22 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-07-27 22:30:22 +0100 |
| commit | 8b69e65e51507118b014a0426ae6f957b78a0707 (patch) | |
| tree | c1507990c5f5cc05a4e9000c295618ac85524f9a /code/team | |
| parent | 71db52c5443a7bf82d9a23a770994a42b043be04 (diff) | |
Reformat
Diffstat (limited to 'code/team')
| -rw-r--r-- | code/team/Team.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/code/team/Team.cs b/code/team/Team.cs index e5cb8dd..ccca6eb 100644 --- a/code/team/Team.cs +++ b/code/team/Team.cs @@ -8,10 +8,10 @@ namespace MurderGame; public enum Team : ushort
{
- Spectator = 0,
- Murderer = 1,
- Detective = 2,
- Bystander = 3
+ Spectator = 0,
+ Murderer = 1,
+ Detective = 2,
+ Bystander = 3
}
// why are c# enums so bad
|
