implemented all new shootmania callbacks + some refactors
This commit is contained in:
@ -30,7 +30,6 @@ class CommonScoresStructure extends BaseResponseStructure {
|
||||
|
||||
$jsonObj = $this->getPlainJsonObject();
|
||||
|
||||
$this->responseId = $jsonObj->responseid;
|
||||
$this->section = $jsonObj->section;
|
||||
$this->useTeams = $jsonObj->useteams;
|
||||
$this->winnerTeam = $jsonObj->winnerteam;
|
||||
|
Reference in New Issue
Block a user