game2006api/webapp/models/FragmentPool.php
aozhiwei d88a85b184 1
2022-09-19 15:32:38 +08:00

21 lines
205 B
PHP

<?php
namespace models;
use mt;
use phpcommon\SqlHelper;
class FragmentPool extends BaseModel {
public static function dropHero()
{
}
public static function dropGun()
{
}
}