Пример #1
0
 private void OnDisable()
 {
     Grabbables.Remove(this);
 }
Пример #2
0
 private void OnEnable()
 {
     Grabbables.Add(this);
 }