Add starter RV progression and fishing feedback
This commit is contained in:
parent
eed361681a
commit
d8bf59bca0
47 changed files with 2268 additions and 467 deletions
|
|
@ -5,6 +5,7 @@ const CAPABILITY: StringName = &"shop_v1"
|
|||
const ART_CAPABILITY: StringName = &"art_shop_v1"
|
||||
const BACKPACK_CAPABILITY: StringName = &"backpack_shop_v1"
|
||||
const DECOR_CAPABILITY: StringName = &"portable_home_v1"
|
||||
const HOME_UPGRADE_CAPABILITY: StringName = &"home_upgrade_v1"
|
||||
const RELIABLE_CHANNEL: int = NetworkProtocol.SHOP_RELIABLE_CHANNEL
|
||||
const MAX_ID_LENGTH: int = 96
|
||||
const MAX_MESSAGE_LENGTH: int = 160
|
||||
|
|
@ -15,7 +16,7 @@ enum ProductCategory {
|
|||
ROD,
|
||||
REEL_SPEED_UPGRADE,
|
||||
BARRIER_POWER_UPGRADE,
|
||||
COOLER_CAPACITY_UPGRADE,
|
||||
HOME_UPGRADE,
|
||||
ART_KIT,
|
||||
ART_UPGRADE,
|
||||
BACKPACK_CAPACITY_UPGRADE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue