game2006api/webapp/events/Upgrade.php
hujiabin 6e8e92b2fc 1
2024-08-07 14:42:56 +08:00

19 lines
309 B
PHP

<?php
namespace events;
class Upgrade
{
public static function onHeroUpgrade(){
myself()->_callServiceStatic('HashRateService', 'onUpLvHero');
}
public static function onChipUpgrade(){
myself()->_callServiceStatic('HashRateService', 'onUpLvChip');
}
}