Пример #1
0
 private void OnDisable()
 {
     OnCollission -= Broken;
 }
Пример #2
0
 private void OnEnable()
 {
     OnCollission += Broken;
 }