// Use this for initialization void Start() { instance = this; onHasChanged(); }
void Awake() { instance = this; }