using Godot; namespace ColdMint.scripts.nodeBinding; /// /// Node binding /// 节点绑定 /// public interface INodeBinding { void Binding(Node root); }