Add "inTunnel" property on JumpType

This commit is contained in:
Sébastien ANDRE
2023-08-18 09:47:37 +02:00
parent 01fa8b60d0
commit b28bd7e7ff
6 changed files with 48 additions and 13 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
public string Name { get; set; }
public string InTunnel { get; set; }
public bool InTunnel { get; set; }
#endregion Public Properties
}