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