Skip to content

Commit 58d973b

Browse files
committed
fix mock
1 parent 5fbab47 commit 58d973b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/AltV.Net.Mock/MockCore.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,7 @@ public void SetVoiceExternal(string host, ushort port)
10021002
public uint MigrationTickRate { get; set; }
10031003
public byte SyncReceiveThreadCount { get; set; }
10041004
public byte SyncSendThreadCount { get; set; }
1005+
public uint[] LoadedVehicleModels { get; }
10051006

10061007
public string PtrToStringUtf8AndFree(nint str, int size)
10071008
{

0 commit comments

Comments
 (0)