Additional docs: c# mainloop needs to be registered in the global class

(cherry picked from commit 3122b368c0)
This commit is contained in:
SaNeOr 2024-02-22 00:40:26 +08:00 committed by Rémi Verschelde
parent f63b703f21
commit f518099f73
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;