mirror of
https://github.com/azaion/flights.git
synced 2026-04-22 21:46:30 +00:00
0625cd4157
Made-with: Cursor
8 lines
93 B
C#
8 lines
93 B
C#
namespace Azaion.Flights.Enums;
|
|
|
|
public enum WaypointSource
|
|
{
|
|
Auto = 0,
|
|
Manual = 1
|
|
}
|