Add public work read model and smooth puzzle transitions
This commit is contained in:
@@ -12,6 +12,7 @@ mod inventory;
|
||||
mod jump_hop;
|
||||
mod match3d;
|
||||
mod npc;
|
||||
mod public_work;
|
||||
mod puzzle;
|
||||
mod runtime;
|
||||
mod runtime_profile;
|
||||
@@ -94,6 +95,7 @@ pub use self::npc::{
|
||||
CustomWorldWorkSummaryRecord, NpcBattleInteractionRecord, NpcInteractionRecord, NpcStateRecord,
|
||||
ResolveNpcBattleInteractionInput,
|
||||
};
|
||||
pub use self::public_work::{PublicWorkDetailEntryRecord, PublicWorkGalleryEntryRecord};
|
||||
pub use self::puzzle::{
|
||||
PuzzleAgentMessageFinalizeRecordInput, PuzzleAgentMessageRecord,
|
||||
PuzzleAgentMessageSubmitRecordInput, PuzzleAgentSessionCreateRecordInput,
|
||||
@@ -180,6 +182,9 @@ pub(crate) use self::npc::{
|
||||
build_battle_state_record, map_battle_state_snapshot, map_inventory_item_source_kind,
|
||||
map_npc_battle_interaction_procedure_result, validate_npc_battle_interaction_input,
|
||||
};
|
||||
pub(crate) use self::public_work::{
|
||||
map_public_work_gallery_entry, map_public_work_gallery_entry_to_detail_entry,
|
||||
};
|
||||
pub(crate) use self::puzzle::{
|
||||
map_puzzle_agent_session_procedure_result, map_puzzle_gallery_card_view_row,
|
||||
map_puzzle_run_procedure_result, map_puzzle_work_procedure_result,
|
||||
|
||||
Reference in New Issue
Block a user