Skip to content

Commit

Permalink
Merge pull request #10237 from tetrapod00/remove-c#-comment
Browse files Browse the repository at this point in the history
Remove unneeded C# comment from First 2D Game
  • Loading branch information
skyace65 authored Nov 9, 2024
2 parents 8daa3af + 8a7d0e9 commit feb1db0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions getting_started/first_2d_game/05.the_main_game_scene.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,6 @@ Note that a new instance must be added to the scene using ``add_child()``.
// We also specified this function name in PascalCase in the editor's connection window.
private void OnMobTimerTimeout()
{
// Note: Normally it is best to use explicit types rather than the `var`
// keyword. However, var is acceptable to use here because the types are
// obviously Mob and PathFollow2D, since they appear later on the line.

// Create a new instance of the Mob scene.
Mob mob = MobScene.Instantiate<Mob>();

Expand Down

0 comments on commit feb1db0

Please sign in to comment.