mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
[csharp]
|
||||
using Godot;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class CustomMainLoop : MainLoop
|
||||
{
|
||||
private double _timeElapsed = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue