Compatibility for old mods

This commit is contained in:
tobspr 2022-06-23 16:03:55 +02:00
parent aa273d39a1
commit 4e25bf4045
1 changed files with 3 additions and 0 deletions

View File

@ -35,4 +35,7 @@ export class AnalyticsInterface {
* @param {string} name
*/
trackDecision(name) {}
// LEGACY 1.5.3
trackUiClick() {}
}