Add SRV to VehicleSwitchTo
This commit is contained in:
parent
c4309b204c
commit
229e76b87d
1 changed files with 2 additions and 1 deletions
|
|
@ -405,7 +405,8 @@ namespace Observatory.Framework.Files.ParameterTypes
|
||||||
public enum VehicleSwitchTo
|
public enum VehicleSwitchTo
|
||||||
{
|
{
|
||||||
Mothership,
|
Mothership,
|
||||||
Fighter
|
Fighter,
|
||||||
|
SRV
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum VoucherType
|
public enum VoucherType
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue