b2728947a3
This reverts commit fdf58326
13 lines
148 B
PHP
13 lines
148 B
PHP
<?php
|
|
|
|
namespace Kiri\Server\Events;
|
|
|
|
class OnBeforeWorkerStart
|
|
{
|
|
|
|
public function __construct(public int $workerId)
|
|
{
|
|
}
|
|
|
|
}
|