GodotComponentTest/entities/Axe.cs

6 lines
155 B
C#

using Godot;
public class Axe : StaticBody {
// Called when the node enters the scene tree for the first time.
public override void _Ready() { }
}