1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

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

This commit is contained in:
SaNeOr
2024-02-22 00:40:26 +08:00
parent 846d075a2f
commit 3122b368c0

View File

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