Skip to content

Commit

Permalink
Add Comment For GetSupportedVersions()
Browse files Browse the repository at this point in the history
  • Loading branch information
stewieoO committed Sep 11, 2022
1 parent c4f426b commit a0c6573
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public interface IDefinitionLoader
/// <summary>
/// Gets all game client versions supported by this definition loader.
/// </summary>
/// <returns>An array of all supported game client versions.</returns>
/// <returns>An array of all supported game client versions ordered newest -> oldest.</returns>
Version[] GetSupportedVersions();
}

0 comments on commit a0c6573

Please sign in to comment.