Inheritance: MonoBehaviour
 void Start()
 {
     if(instance != null) {
         Destroy(instance);
     }
     instance = this;
 }
 void Start()
 {
     if (instance != null)
     {
         Destroy(instance);
     }
     instance = this;
 }