mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 01:09:34 -05:00
Add option to have actions in a milestone in mission UI
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user