UNPKG

@animech-public/playcanvas

Version:
2 lines (1 loc) 170 B
class t{constructor(){this._refCount=0}incRefCount(){this._refCount++}decRefCount(){this._refCount--}get refCount(){return this._refCount}}export{t as RefCountedObject};