Add "inTunnel" property on JumpType
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
{
|
||||
Gear,
|
||||
JumpType,
|
||||
TunnelJumpType,
|
||||
Aircraft,
|
||||
DropZone,
|
||||
Tunnel
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public string InTunnel { get; set; }
|
||||
public bool InTunnel { get; set; }
|
||||
|
||||
#endregion Public Properties
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user