mirror of https://github.com/godotengine/godot
Additional docs: c# mainloop needs to be registered in the global class
(cherry picked from commit 3122b368c0)
This commit is contained in:
parent
f63b703f21
commit
f518099f73
|
|
@ -30,6 +30,7 @@
|
|||
[csharp]
|
||||
using Godot;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class CustomMainLoop : MainLoop
|
||||
{
|
||||
private double _timeElapsed = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue