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