Add player profile and appearance foundation
This commit is contained in:
parent
e53ad1ac38
commit
0b5b78a553
25 changed files with 1424 additions and 76 deletions
|
|
@ -118,6 +118,7 @@ func setup(
|
|||
spawn_service: PlayerSpawnService,
|
||||
network_mail_service: NetworkMailService,
|
||||
reservations: PlayerAssetReservationService,
|
||||
network_profile_service: NetworkProfileService,
|
||||
) -> void:
|
||||
_fishing_spot = fishing_spot
|
||||
_item_effects = item_effects
|
||||
|
|
@ -153,7 +154,8 @@ func setup(
|
|||
network_session,
|
||||
network_sale_service,
|
||||
network_mail_service,
|
||||
reservations
|
||||
reservations,
|
||||
network_profile_service
|
||||
)
|
||||
_hotbar_ui.setup(hotbar, bag, item_catalog, fishing_spot)
|
||||
_fishing_shop.setup(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue