Ins_ChuansongzhenMapData.php 703 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. /*
  3. * To change this license header, choose License Headers in Project Properties.
  4. * To change this template file, choose Tools | Templates
  5. * and open the template in the editor.
  6. */
  7. namespace loyalsoft;
  8. /**
  9. * Description of Ins_ChuansongzhenMapData
  10. *
  11. * @author c'y'zhao
  12. */
  13. class Ins_ChuansongzhenMapData extends Object_ext{
  14. public $mapId;
  15. /**
  16. * @var int 使用传送门的场景的地图id
  17. */
  18. public $lastMapId;
  19. /**
  20. * @var float 具体位置 x
  21. */
  22. public $position_x;
  23. /**
  24. * 具体位置 y
  25. * @var float
  26. */
  27. public $position_y;
  28. /**
  29. * 具体位置 z
  30. * @var float
  31. */
  32. public $position_z;
  33. }