void Start()
 {
     _ = this;
 }
 void OnDestroy()
 {
     if (_ == this)
         _ = null;
 }