using Godot; using Rokojori; using System.Collections.Generic; using Rokojori.Extensions; namespace Rokojori; public interface UIFocusProcessor { public void OnFocusProcess( double delta ); }