using Godot; namespace Milimoe.GodotGame { public interface IMenuObject { public void ChangeState(); } }