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

This commit is contained in:
2021-09-15 19:06:15 +00:00
committed by Gitea
parent dc8472323d
commit 057f89ce01
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'];