game2006api/webapp/events/Bigwheel.php
aozhiwei 38b715e7a3 1
2024-08-07 11:27:41 +08:00

18 lines
380 B
PHP

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