private void Awake() { if (Instance == null) { Instance = this; } else { Destroy(gameObject); } randomVoiceLinesPool.AddRange(randomVoiceLines); }
private void Start() { audiopoolSystem = AudiopoolSystem.Instance; }