Example #1
0
 public void Bind()
 {
     DI_Binder.Bind(this);
 }
Example #2
0
 private void OnDestroy()
 {
     DI_Binder.Unbind(this);
 }
Example #3
0
 public void Unbind()
 {
     DI_Binder.Unbind(this);
 }
Example #4
0
 private void Awake()
 {
     DI_Binder.Bind(this);
 }