Skip to content

Commit 8a21ecf

Browse files
committed
Fixed build
1 parent 6b7fa8a commit 8a21ecf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/AltV.Net.Mock/MockCore.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,11 @@ public IPed CreatePed(uint model, Position pos, Rotation rotation)
347347
return ped;
348348
}
349349

350+
public INativeResource[] GetAllResources()
351+
{
352+
throw new NotImplementedException();
353+
}
354+
350355
public IntPtr CreateVehicleEntity(out uint id, uint model, Position pos, Rotation rotation)
351356
{
352357
var ptr = MockEntities.GetNextPtr(out var entityId);

0 commit comments

Comments
 (0)