This commit is contained in:
aozhiwei 2022-09-19 17:40:48 +08:00
parent 5aeb8b691b
commit ed3db8ad4f

View File

@ -9,11 +9,12 @@ class FragmentPool extends BaseModel {
public static function dropHero()
{
$items = self::internalGet(0);
}
public static function dropGun()
{
$items = self::internalGet(1);
}
private static function internalGet($type)