refactor: shoved in what i wanted to shove
This commit is contained in:
11
LctMonolith/Models/Enums/Character.cs
Normal file
11
LctMonolith/Models/Enums/Character.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace LctMonolith.Models.Enums;
|
||||
|
||||
public enum Character
|
||||
{
|
||||
None,
|
||||
Assistant,
|
||||
Pilot,
|
||||
Janitor,
|
||||
Administrator,
|
||||
Mechanic
|
||||
}
|
||||
Reference in New Issue
Block a user