Skip to content

Commit

Permalink
Update LegalState.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic authored Dec 4, 2024
1 parent df119c1 commit 78924e4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion EliteAPI.Status/Ship/LegalState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

public enum LegalState
{
Allied,
Clean,
None,
Unknown,
Lawless,
Enemy,
WantedEnemy,
Hunter,
IllegalCargo,
Speeding,
Wanted,
Hostile,
PassengerWanted,
Warrant,
Thargoid,
Allied
}

0 comments on commit 78924e4

Please sign in to comment.