Files

11 lines
298 B
JavaScript

/*!
@file deafenPI.js
@brief Contains PI for Toggle Deafen action
@author Valentin Reinbold
@copyright (c) 2021, Corsair Memory, Inc. All Rights Reserved.
*/
function DeafenPI(inContext, inLanguage) {
// Inherit from PI
PI.call(this, inContext, inLanguage);
}