using Godot; namespace Milimoe.GodotGame { public interface INovelStartEvent { public void OnNovelStart(string chapter_in_game, string area_in_game, string novel_name, string scene_name, string node_key = ""); } }