1
0

Add _consolationCount property to AnimeCat class

This commit is contained in:
2025-05-26 05:04:57 +02:00
parent 7839891c31
commit 7d5280ff2f

View File

@@ -28,6 +28,7 @@ window.AnimeCat = class AnimeCat {
this._speechTimeout = null;
this._mouthOpen = false;
this._pettingActive = false;
this._consolationCount = 0;
this._createElements();
this._bindMouseHold();