添加了教育平台

This commit is contained in:
CortexCore
2023-06-29 01:01:52 +08:00
parent 254e8ccde8
commit dd10fb59e5
128 changed files with 5270 additions and 166 deletions

View File

@@ -0,0 +1,13 @@
using Godot;
using System;
namespace BITKit;
public partial class UXServiceProxy : Node
{
//public static void Return() => UXService.Return();
public void Return()
{
UXService.Return();
}
}