mirror of
https://github.com/openlegends/asset-php.git
synced 2025-02-08 13:04:22 +00:00
fix method name
This commit is contained in:
parent
d368b98736
commit
0045c3b9d1
@ -12,15 +12,15 @@ class Arena extends \OpenLegends\Engine\Abstract\Game
|
||||
|
||||
for ($i = 0; $i < 3; $i++) // generate 3 copies of each card
|
||||
{
|
||||
$deck->add(
|
||||
$deck->addCard(
|
||||
new \OpenLegends\Asset\Test\Card\Goblin()
|
||||
);
|
||||
|
||||
$deck->add(
|
||||
$deck->addCard(
|
||||
new \OpenLegends\Asset\Test\Card\Mouse()
|
||||
);
|
||||
|
||||
$deck->add(
|
||||
$deck->addCard(
|
||||
new \OpenLegends\Asset\Test\Card\Rat()
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user