1
0
mirror of https://github.com/Rogiel/star-replay synced 2025-12-09 07:42:46 +00:00

Add information about lobby slots to the replay structure

This commit is contained in:
2016-07-21 22:51:46 -03:00
parent ad91463b8e
commit a7f59cbb1a
63 changed files with 4545 additions and 60 deletions

View File

@@ -366,7 +366,9 @@ Version24944::$TREE = new Tree([
"rewards" => array('type' => 55, 'tag' => -3),
"toonHandle" => array('type' => 15, 'tag' => -2),
"licenses" => array('type' => 56, 'tag' => -1),
]),
],
'Rogiel\StarReplay\Metadata\Init\LobbySlot'
),
58 => new ArrayNode(
new IntegerNode(5, 0),
57