mirror of
https://github.com/azaion/flights.git
synced 2026-04-22 10:56:32 +00:00
0625cd4157
Made-with: Cursor
8 lines
92 B
C#
8 lines
92 B
C#
namespace Azaion.Flights.Enums;
|
|
|
|
public enum AircraftType
|
|
{
|
|
Plane = 0,
|
|
Copter = 1
|
|
}
|