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