mirror of
https://github.com/azaion/flights.git
synced 2026-04-22 21:56:32 +00:00
0625cd4157
Made-with: Cursor
9 lines
119 B
C#
9 lines
119 B
C#
namespace Azaion.Flights.Enums;
|
|
|
|
public enum WaypointObjective
|
|
{
|
|
Surveillance = 0,
|
|
Strike = 1,
|
|
Recon = 2
|
|
}
|