UNPKG

pixi-dragonbones-runtime

Version:
3 lines (2 loc) 161 B
class s{constructor(s=0,t=0){this.x=s,this.y=t}copyFrom(s){this.x=s.x,this.y=s.y}clear(){this.x=this.y=0}}export{s as Point}; //# sourceMappingURL=Point.mjs.map