Skip to content

Commit

Permalink
Merge branch 'NetStandard' of https://github.com/vchelaru/FlatRedBall
Browse files Browse the repository at this point in the history
…into NetStandard
  • Loading branch information
vchelaru committed Feb 3, 2024
2 parents afa472f + b4c8305 commit cd64fdf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public virtual CodeLocation CodeLocation
// We don't generate using statements. Why?
// Because multiple plugins may generate using
// statements for types that would conflict. Therefore
// plugins should just use the full type nme for things that
// plugins should just use the full type name for things that
// aren't by default added in the generate code template.

public virtual void AddInheritedTypesToList(List<string> listToAddTo, IElement element)
Expand Down Expand Up @@ -140,7 +140,7 @@ public virtual void GenerateUnpauseThisScreen(ICodeBlock codeBlock, IElement ele
/// add code to the UpdateDependencies block then Glue will not generate an UpdateDependencies call.
/// </summary>
/// <remarks>
/// UpdateDependences has historically been implemented in custom code on Glue entities. This is slowly
/// UpdateDependencies has historically been implemented in custom code on Glue entities. This is slowly
/// changing with the introduction of the entity performance plugin which can generate code to
/// update attachments. But we don't want to break all projects that have custom code UpdateDependencies
/// </remarks>
Expand Down

0 comments on commit cd64fdf

Please sign in to comment.