1
This commit is contained in:
parent
5aeb8b691b
commit
ed3db8ad4f
@ -9,11 +9,12 @@ class FragmentPool extends BaseModel {
|
|||||||
|
|
||||||
public static function dropHero()
|
public static function dropHero()
|
||||||
{
|
{
|
||||||
|
$items = self::internalGet(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function dropGun()
|
public static function dropGun()
|
||||||
{
|
{
|
||||||
|
$items = self::internalGet(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static function internalGet($type)
|
private static function internalGet($type)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user