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