源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
249 B

JumpPointVo = JumpPointVo or BaseClass()
function JumpPointVo:__init()
end
function JumpPointVo:CreateJumpPointInfo( id,info )
self.instance_id = id
self.real_pos = co.TableXY(info.x,info.y)
self.jump_list = info.list
self.show = info.show
end