Skip to content

Commit

Permalink
Updated XML documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esper89 committed Jan 3, 2024
1 parent 719a1b4 commit 5de81fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Terrain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public static class TerrainRegistry
/// <summary>Applies a terrain patch file to the game's terrain.</summary>
/// <param name="patchName">The name of the patch file to apply.</param>
/// <param name="patchFile">The patch file to apply.</param>
/// <exception cref="InvalidDataException">Thrown if the patch file is invalid.</exception>
public static void PatchTerrain(string patchName, Stream patchFile)
{
try
Expand Down

0 comments on commit 5de81fb

Please sign in to comment.