game2006api/webapp/events/Bigwheel.php
aozhiwei 116ce9962b 1
2024-08-07 11:57:11 +08:00

14 lines
200 B
PHP

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