1111
This commit is contained in:
12
Assets/00.StaryEvoTools/Resources/ArchitectureTemplate.txt
Normal file
12
Assets/00.StaryEvoTools/Resources/ArchitectureTemplate.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
namespace NamespaceX
|
||||
{
|
||||
public class ArchitectureX : Architecture<ArchitectureX>
|
||||
{
|
||||
protected override void Init()
|
||||
{
|
||||
//注册示例
|
||||
//RegisterSystem<IScoreSystem>(new ScoreSystem());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user