UGateModel.php 373 B

12345678910111213141516171819
  1. <?php
  2. namespace loyalsoft;
  3. /**
  4. * Description of UGateModel
  5. * @version
  6. * 1.0.0 Created at 2017-2-14. by --gwang
  7. * @author gwang (mail@wanggangzero.cn)
  8. * @copyright ? 2017-2-14, SJZ LoyalSoft Corporation & gwang. All rights reserved.
  9. */
  10. class UGateModel extends Object_ext
  11. {
  12. public $star = 1;
  13. public $cleared = 0;
  14. public $challengeTimes = 0;
  15. }