Skip to content

Commit

Permalink
Add missing using static call
Browse files Browse the repository at this point in the history
  • Loading branch information
AvarianKnight authored Aug 8, 2024
1 parent becee43 commit 9be6316
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PHYSICS/DeleteRope.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ end)
```

```cs
using static CitizenFX.Core.Native.API;

async Task CreateRope()
{
// wait for the textures to be loaded before we create the rope,
Expand Down

0 comments on commit 9be6316

Please sign in to comment.