Newer
Older
DungeonShooting / DungeonShooting_Godot / src / test / TestUi / TestPanel.cs
@lijincheng lijincheng on 12 Mar 2023 188 bytes 完成ui代码生成接口
  1. namespace UI;
  2.  
  3. public partial class TestPanel : Test
  4. {
  5. public override void OnOpen(params object[] args)
  6. {
  7. }
  8.  
  9. public override void OnClose()
  10. {
  11. }
  12. }