源战役客户端
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.

10 line
249 B

  1. JumpPointVo = JumpPointVo or BaseClass()
  2. function JumpPointVo:__init()
  3. end
  4. function JumpPointVo:CreateJumpPointInfo( id,info )
  5. self.instance_id = id
  6. self.real_pos = co.TableXY(info.x,info.y)
  7. self.jump_list = info.list
  8. self.show = info.show
  9. end