示例#1
0
 public static void SuppressType(this KeybindList list, IModHelper helper, KeybindType type)
 {
     helper.Suppress(list.GetByType(type));
 }