Example #1
0
 /** constructor
  */
 public Bank(Fee.SoundPool.Pack a_pack)
 {
     this.pack_audioclip = null;
     this.pack_soundpool = a_pack;
 }
Example #2
0
 /** constructor
  */
 public Bank(Pack a_pack)
 {
     this.pack_audioclip = a_pack;
     this.pack_soundpool = null;
 }