void Awake() { if (Instance == null) { Instance = this; return; } Destroy(gameObject); }
private void Awake() { if (Instance == null) { Instance = this; thoughtBubble = GetComponent <ThoughtBubble>(); return; } Destroy(gameObject); }