示例#1
0
 void Awake()
 {
     ServInjector.Bind <T>(this);
     OnAwake();
 }
示例#2
0
 public Service()
 {
     ServInjector.Bind <T>(this);
 }