Add _consolationCount property to AnimeCat class
This commit is contained in:
@@ -28,6 +28,7 @@ window.AnimeCat = class AnimeCat {
|
|||||||
this._speechTimeout = null;
|
this._speechTimeout = null;
|
||||||
this._mouthOpen = false;
|
this._mouthOpen = false;
|
||||||
this._pettingActive = false;
|
this._pettingActive = false;
|
||||||
|
this._consolationCount = 0;
|
||||||
|
|
||||||
this._createElements();
|
this._createElements();
|
||||||
this._bindMouseHold();
|
this._bindMouseHold();
|
||||||
|
|||||||
Reference in New Issue
Block a user