开始开发
This commit is contained in:
15
Assets/Script/MainArchitecture.cs
Normal file
15
Assets/Script/MainArchitecture.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Stary.Evo;
|
||||
|
||||
namespace RenderStreaming
|
||||
{
|
||||
public class MainArchitecture : Architecture<MainArchitecture>
|
||||
{
|
||||
protected override void Init()
|
||||
{
|
||||
//注册示例
|
||||
//RegisterSystem<IScoreSystem>(new ScoreSystem());
|
||||
RegisterSystem<IGlobalConfigSystem>(new GlobalConfigSystem());
|
||||
RegisterSystem<ITimerSystem>(new TimerSystem());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user