InheritAction: 유니크 입찰, 랜덤 아이템

This commit is contained in:
2021-09-15 02:21:06 +09:00
parent d6b06564e7
commit 96266bbff2
7 changed files with 148 additions and 9 deletions
+1 -5
View File
@@ -78,12 +78,8 @@ class Join extends \sammo\BaseAPI
return static::REQ_LOGIN | static::REQ_READ_ONLY;
}
public function launch(?Session $session, ?\DateTimeInterface $modifiedSince, ?string $reqEtag)
public function launch(Session $session, ?\DateTimeInterface $modifiedSince, ?string $reqEtag)
{
if ($session === null) {
throw "invalid session";
}
$userID = $session->userID;
$name = $this->args['name'];