Ejemplo n.º 1
0
 public static void Play(SoundTypeId typeId)
 {
     // ...
 }
Ejemplo n.º 2
0
 public static void Play(this SoundTypeId self) =>
 Sounds.Play(self);