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