init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Godot;
|
||||
|
||||
namespace Game;
|
||||
|
||||
public partial class ClassDbMain : Node
|
||||
{
|
||||
public override void _Ready()
|
||||
{
|
||||
GD.Print("LeanCLR demo: ClassDB host owner name = " + Name);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user