コード例 #1
0
 private void KeyPressed(object sender, KeybindEventArgs e)
 {
     player.PlayCachedSound(e.Keybind.Filename);
 }