Skip to content

Commit

Permalink
add missing xdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDutchDev committed Dec 3, 2023
1 parent 3757937 commit 6c5aa3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Base/AtlasPed.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ public AtlasPed( ILogger<AtlasPed> logger, ICore core, IntPtr nativePointer, uin
Alt.OnPedHeal += OnPedHeal;
}

/// <summary>
/// Destructor
/// </summary>
~AtlasPed( )
{
CurrentTask?.OnStop( this );
Expand Down

0 comments on commit 6c5aa3b

Please sign in to comment.