添加了部分界面

This commit is contained in:
CortexCore
2023-07-08 00:02:32 +08:00
parent f4e85d4f9b
commit a2da9039f8
23 changed files with 768 additions and 48 deletions

View File

@@ -11,7 +11,7 @@ public partial class BITAppForGodot : Node
{
public static readonly ValidHandle AllowCursor = new();
public static float DeltaTime { get; private set; }
/// <summary>
/// 在构造函数中注册Logger
/// </summary>