Skip to content

Commit

Permalink
Finished with the summary
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkTerraYT authored Nov 26, 2023
1 parent f25c6bf commit d64b5d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BloonsTD6 Mod Helper/Api/Display/ModDisplay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ protected string GetDisplay(string tower, int top = 0, int mid = 0, int bot = 0)
/// <summary>
/// Gets the Display for a given bloon
/// <summary>
/// <param name="bloon"> The bloon base id</param>
/// <returns>The display GUID</returns>
protected string GetBloonDisplay(string bloon) =>

Check warning on line 174 in BloonsTD6 Mod Helper/Api/Display/ModDisplay.cs

View workflow job for this annotation

GitHub Actions / build

XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'

Check warning on line 174 in BloonsTD6 Mod Helper/Api/Display/ModDisplay.cs

View workflow job for this annotation

GitHub Actions / build

XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Game.instance.model.GetBloon(bloon).display.GUID;

Expand Down

0 comments on commit d64b5d8

Please sign in to comment.