Add networked crab gathering prototype
This commit is contained in:
parent
f55663c105
commit
a62cce6404
56 changed files with 2692 additions and 56 deletions
|
|
@ -48,8 +48,8 @@ func _run() -> void:
|
|||
as PlayerAssetReservationService
|
||||
)
|
||||
assert(player != null)
|
||||
assert(catalog != null and catalog.candidates.size() == 313)
|
||||
assert(LogbookCatalog.ordered_species(catalog.candidates).size() == 53)
|
||||
assert(catalog != null and catalog.candidates.size() == 314)
|
||||
assert(LogbookCatalog.ordered_species(catalog.candidates).size() == 54)
|
||||
assert(sale_service != null)
|
||||
assert(shop_service != null)
|
||||
assert(session != null and session.is_host())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue