Esempio n. 1
0
 /*********************Methods***************************************/
 public GMBSoundPlayer(IGMBSimpleObj _sourcePlayer)
 {
     sourcePlayer = _sourcePlayer;
     isPlaying = false;
 }
Esempio n. 2
0
 /*********************Methods***************************************/
 public GMBSoundPlayer(IGMBSimpleObj _sourcePlayer)
 {
     sourcePlayer = _sourcePlayer;
     isPlaying    = false;
 }