mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 10:55:54 +00:00
Submenus
This commit is contained in:
parent
248d6dc1f0
commit
50950f8284
13 changed files with 170 additions and 45 deletions
12
Scripts/UI/MenuBase.cs
Normal file
12
Scripts/UI/MenuBase.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
using Godot;
|
||||
using System;
|
||||
using Cirno.Scripts.Resources;
|
||||
using Cirno.Scripts.Resources.DebugMenu;
|
||||
using Godot.Collections;
|
||||
|
||||
public partial class MenuBase : Control
|
||||
{
|
||||
[Signal]
|
||||
public delegate void MenuClosedEventHandler();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue