Inheritance: MonoBehaviour
 private void Awake()
 {
     audio = this;
     cb = GetComponent<dfCheckbox>();
 }
 void Start()
 {
     instance = this;
 }