using Godot; namespace Milimoe.GodotGame { public interface INovelEndEvent { public void OnNovelEnd(CanvasLayer node, string novel_name, string scene_name); } }