namespace GodotHostTest.AetherBind; public interface IValueSetter { public void Set(T value); }