1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Compatibility for old mods

This commit is contained in:
tobspr 2022-06-23 16:03:55 +02:00
parent aa273d39a1
commit 4e25bf4045

View File

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