Add SRV to VehicleSwitchTo

This commit is contained in:
Xjph 2022-12-13 19:12:34 -03:30
commit 229e76b87d

View file

@ -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