Esempio n. 1
0
 protected override object bytesToSound(byte[] data, bool loop)
 {
     return(GDKnyttAssetManager.loadOGG(data, loop));
 }