Ejemplo n.º 1
0
 public void UploadSound(int x, int y, SoundBlock block, PianoId soundId)
 {
     this.Events.Raise(this.GetSound(x, y, block, soundId));
 }
Ejemplo n.º 2
0
 public UploadRequestEvent GetSound(int x, int y, SoundBlock block, PianoId soundId)
 {
     return this.GetSound(x, y, block, (uint)soundId);
 }