Exemple #1
0
 private void Awake()
 {
     instance = this;
     Pool     = new AudioSourcePool {
         PrewarmAmount = 5
     };
     Pool.Initialise(gameObject);
 }