Merge pull request #88635 from SaNeOr/master_update_mainloop_docs

C#: Document that MainLoop needs to be registered in the global class
This commit is contained in:
Rémi Verschelde 2024-02-22 11:23:31 +01:00
commit ac7c763381
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
[csharp]
using Godot;
[GlobalClass]
public partial class CustomMainLoop : MainLoop
{
private double _timeElapsed = 0;