Example #1
0
 public PaddedSource(AudioSource Source, int PaddedSize)
 {
     this._Source = Source;
     this._PaddedSize = PaddedSize;
 }
Example #2
0
 public AudioSourcePlayer(AudioSource Source)
 {
     this._Source = Source;
     this._Location = 0;
 }