games/Legend-of-the-Water-Cup/assets/scripts/DrawLevelVO.ts

10 lines
134 B
TypeScript

export default class DrawLevelVO {
cupPos:cc.Vec2;
waterPipePos:cc.Vec2;
waterCount=40;
inkCount=40;
objects:any;
}