Skip to content

Commit

Permalink
add StopServer and GetWeaponModelInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxoh committed Sep 5, 2024
1 parent 7274aba commit 82afbcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/AltV.Net/Alt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,8 @@ public static byte SyncSendThreadCount
}

public static bool HasBenefit(Benefit benefit) => CoreImpl.HasBenefit(benefit);

public static void StopServer() => CoreImpl.StopServer();
public static WeaponModelInfo? GetWeaponModelInfo(uint hash) => CoreImpl.GetWeaponModelInfo(hash);
}
}

0 comments on commit 82afbcb

Please sign in to comment.