using WingsEmu.DTOs.Maps;
namespace WingsEmu.Plugins.BasicImplementations.Vehicles;
public class VehicleMapSpeed
{
///
/// MapTypeId for the bonus
///
public MapFlags MapFlag { get; set; }
///
/// Bonus to apply to the default speed
///
public int SpeedBonus { get; set; }
}