void Awake() { _Instance = this; DontDestroyOnLoad(transform.gameObject); }
public bool bEffectSound; // true 효과음 나옴 false 안나옴 private void Awake() { _Instance = this; DontDestroyOnLoad(gameObject); }