timeline工具

This commit is contained in:
2026-02-26 19:01:28 +08:00
parent b6d19e8a8c
commit 1b072f875f
12 changed files with 709 additions and 521 deletions
@@ -1,4 +1,4 @@
using System;
using System;
using System.Reflection;
namespace AibisDream.Kit
@@ -26,6 +26,6 @@ namespace AibisDream.Kit
}
}
public abstract void OnSingletonInit();
public virtual void OnSingletonInit() { }
}
}