예제 #1
0
 /*********************Methods***************************************/
 public GMBSoundPlayer(IGMBSimpleObj _sourcePlayer)
 {
     sourcePlayer = _sourcePlayer;
     isPlaying = false;
 }
예제 #2
0
 /*********************Methods***************************************/
 public GMBSoundPlayer(IGMBSimpleObj _sourcePlayer)
 {
     sourcePlayer = _sourcePlayer;
     isPlaying    = false;
 }