Skip to content

Commit

Permalink
fix mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxoh committed Oct 8, 2023
1 parent 5fbab47 commit 58d973b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/AltV.Net.Mock/MockCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,7 @@ public void SetVoiceExternal(string host, ushort port)
public uint MigrationTickRate { get; set; }
public byte SyncReceiveThreadCount { get; set; }
public byte SyncSendThreadCount { get; set; }
public uint[] LoadedVehicleModels { get; }

public string PtrToStringUtf8AndFree(nint str, int size)
{
Expand Down

0 comments on commit 58d973b

Please sign in to comment.