Quest
Structs
Quest
struct Quest<Reward: store> has key, store {
id: UID,
required_tasks: VecSet<TypeName>,
completed_tasks: VecSet<TypeName>,
reward: Reward,
}Interface
new
required_tasks
completed_tasks
complete
finish
Last updated
Was this helpful?