- <?php
- /**
- * GameConst.php UTF-8
- * 游戏常量
- *
- * @date : 2020/9/14 16:13
- *
- * @license 这不是一个自由软件,未经授权不许任何使用和传播。
- * @author : chenbingling <cbl@huosdk.com>
- * @version : H5IOS 1.0
- */
- namespace huosdk\h5ios\core\constant;
- class GameConst extends \huolib\constant\GameConst {
- }
|