Hello
In this studio doc page
https://en.doc.boardgamearena.com/Game_ ... ner_fields
we can read examples like
'players' => array( 3, 4, 6 )
But this is not PHP code! Should I put it in some data like this?
$this->someData = [ 'players' => array( 3, 4, 6 ) ] ;
In this studio doc page
https://en.doc.boardgamearena.com/Game_ ... ner_fields
we can read examples like
'players' => array( 3, 4, 6 )
But this is not PHP code! Should I put it in some data like this?
$this->someData = [ 'players' => array( 3, 4, 6 ) ] ;