Update 29.10.2022
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using CitizenFX.Core.Native;
|
||||
using Mosleys.Shared.Models;
|
||||
|
||||
namespace Mosleys.Client.Extensions {
|
||||
public static class ExhibitVehicleExtensions {
|
||||
|
||||
public static string DisplayName(this ExhibitVehicle exhibit) =>
|
||||
API.GetDisplayNameFromVehicleModel(Convert.ToUInt32((exhibit.Vehicle as dynamic).model));
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user