Skip to content

Commit

Permalink
Additional docs: c# mainloop needs to be registered in the global class
Browse files Browse the repository at this point in the history
  • Loading branch information
SaNeOr committed Feb 21, 2024
1 parent 846d075 commit 3122b36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/MainLoop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
[csharp]
using Godot;

[GlobalClass]
public partial class CustomMainLoop : MainLoop
{
private double _timeElapsed = 0;
Expand Down

0 comments on commit 3122b36

Please sign in to comment.