Breakpoint
This commit is contained in:
10
Temp/ReadyDebug.cs
Normal file
10
Temp/ReadyDebug.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class ReadyDebug : Node
|
||||
{
|
||||
public override void _Ready()
|
||||
{
|
||||
GD.Print("该节点已准备好");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user