Skip to content

Commit ddefa4c

Browse files
committed
fix mock
1 parent 27e1e8a commit ddefa4c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

api/AltV.Net.Mock/MockCore.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,16 @@ public void TriggerClientEventUnreliableForSome(IPlayer[] clients, string eventN
338338
throw new NotImplementedException();
339339
}
340340

341+
public void TriggerClientRPCAnswer(IPlayer target, ushort answerId, object answer, string error)
342+
{
343+
throw new NotImplementedException();
344+
}
345+
346+
public void TriggerClientRPCAnswer(IPlayer target, ushort answerId, MValueConst answer, string error)
347+
{
348+
throw new NotImplementedException();
349+
}
350+
341351
public IVehicle CreateVehicle(uint model, Position pos, Rotation rotation)
342352
{
343353
var ptr = MockEntities.GetNextPtr(out var entityId);

0 commit comments

Comments
 (0)