12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
|
|
|
|||
|
|
namespace NamespaceX
|
|||
|
|
{
|
|||
|
|
public class ArchitectureX : Architecture<ArchitectureX>
|
|||
|
|
{
|
|||
|
|
protected override void Init()
|
|||
|
|
{
|
|||
|
|
//注册示例
|
|||
|
|
//RegisterSystem<IScoreSystem>(new ScoreSystem());
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|