game2006api/webapp/events/Bigwheel.php
aozhiwei 0b87251841 1
2024-08-12 11:16:41 +08:00

18 lines
268 B
PHP

<?php
namespace events;
class Bigwheel
{
public static function onWinPrize($grid1, $grid2)
{
myself()->_callServiceStatic('BigwheelService', 'onWinPrize', $grid1, $grid2);
}
public static function onBuyOk($gridId, $buyPrice)
{
}
}