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