Newer
Older
DungeonShooting / DungeonShooting_Godot / src / test / TestUi / TestPanel.cs
@lijincheng lijincheng on 12 Mar 2023 188 bytes 完成ui代码生成接口
namespace UI;

public partial class TestPanel : Test
{
    public override void OnOpen(params object[] args)
    {
        
    }

    public override void OnClose()
    {
        
    }
}