start开发完成

This commit is contained in:
2026-05-17 11:35:43 +08:00
parent d2235bf7b7
commit ce9b1e85e9
67 changed files with 4285 additions and 149 deletions

View File

@@ -1,4 +1,5 @@
using Stary.Evo;
using Stary.Evo.UIFarme;
namespace RenderStreaming
{
@@ -8,6 +9,7 @@ namespace RenderStreaming
{
//注册示例
//RegisterSystem<IScoreSystem>(new ScoreSystem());
RegisterSystem<IPanelSystem>(new PanelSystem(new ResourcesAssetLoader()));
RegisterSystem<IGlobalConfigSystem>(new GlobalConfigSystem());
RegisterSystem<ITimerSystem>(new TimerSystem());
}