Пример #1
0
 private void OnDisable()
 {
     RayManager.RemoveRay(this);
 }
Пример #2
0
 private void OnEnable()
 {
     RayManager.AddRay(this);
 }