Updated rechten voor speler. Settings toegevoegd en onderdelen voor game1 toegevoegd.
This commit is contained in:
@@ -26,9 +26,6 @@ class Player
|
||||
#[ORM\Column]
|
||||
private ?int $screen = null;
|
||||
|
||||
#[ORM\Column(type: 'json', nullable: true)]
|
||||
private ?array $level = null;
|
||||
|
||||
public function getId(): ?int
|
||||
{
|
||||
return $this->id;
|
||||
@@ -69,16 +66,4 @@ class Player
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getLevel(): ?array
|
||||
{
|
||||
return $this->level;
|
||||
}
|
||||
|
||||
public function setLevel(?array $level): static
|
||||
{
|
||||
$this->level = $level;
|
||||
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user