1
This commit is contained in:
parent
95a512d44c
commit
6e8e92b2fc
@ -6,12 +6,12 @@ namespace events;
|
|||||||
class Upgrade
|
class Upgrade
|
||||||
{
|
{
|
||||||
|
|
||||||
public static function onHeroUpgrade($params){
|
public static function onHeroUpgrade(){
|
||||||
myself()->_callServiceStatic('HashRateService', 'onUpLvHero', $params);
|
myself()->_callServiceStatic('HashRateService', 'onUpLvHero');
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function onChipUpgrade($params){
|
public static function onChipUpgrade(){
|
||||||
myself()->_callServiceStatic('HashRateService', 'onUpLvChip', $params);
|
myself()->_callServiceStatic('HashRateService', 'onUpLvChip');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user