示例#1
0
 public override void Setup()
 {
     base.Setup();
     Instance = this;
 }
示例#2
0
 public EcsComponentService()
 {
     Instance = this;
 }