Add option to have actions in a milestone in mission UI

This commit is contained in:
Ylva Selling
2023-05-11 14:58:54 -04:00
parent fbf40a4d79
commit c1e9993c27
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ struct Milestone {
std::optional<std::string> description;
std::optional<std::string> image;
std::optional<std::string> link;
std::optional<std::vector<std::string>> actions;
};
/**