You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it useful when I completely separate Quest and Reward into 2 Object instead of 1, as my expectation, I would like to add more Reward to Quest in a easy way instead of pre-define.
How to do it? I thinked about Tuple but look hard to handle when we work with other system due to I want my Quest definely don't care about how reward is processing, Quest just need to release data of Reward, then another system will do the rest thing.
Could I using Tuple for release data?
The text was updated successfully, but these errors were encountered:
Is it useful when I completely separate
Quest
andReward
into 2 Object instead of 1, as my expectation, I would like to add moreReward
toQuest
in a easy way instead of pre-define.How to do it? I thinked about Tuple but look hard to handle when we work with other system due to I want my
Quest
definely don't care about how reward is processing,Quest
just need to release data ofReward
, then another system will do the rest thing.Could I using Tuple for release data?
The text was updated successfully, but these errors were encountered: