public abstract string GetVehicleMaxCountField(VehicleInfo.VehicleType veh, Level level);
 public bool AllowVehicleType(VehicleInfo.VehicleType veh, PrefabAI ai) => AllowVehicleType(veh, (U)ai);
 public abstract bool AllowVehicleType(VehicleInfo.VehicleType type, U ai);