示例#1
0
 public static void Play(SoundTypeId typeId)
 {
     // ...
 }
示例#2
0
 public static void Play(this SoundTypeId self) =>
 Sounds.Play(self);