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:
commit
ac7c763381
|
@ -30,6 +30,7 @@
|
|||
[csharp]
|
||||
using Godot;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class CustomMainLoop : MainLoop
|
||||
{
|
||||
private double _timeElapsed = 0;
|
||||
|
|
Loading…
Reference in New Issue