public SpriterVO(SpriterVO vo) : base(vo) { entity = vo.entity; animation = vo.animation; animationName = vo.animationName; scale = vo.scale; }