31 #ifndef CRAB_MAPBUTTON_H 32 #define CRAB_MAPBUTTON_H 34 #include "crab/event/triggerset.h" 35 #include "crab/ui/menu.h" 39 namespace pyrodactyl {
52 void load(rapidxml::xml_node<char> *node) {
55 loadStr(_loc,
"id", node);
56 if (nodeValid(
"unlock", node,
false))
57 _unlock.load(node->first_node(
"unlock"));
67 #endif // CRAB_MAPBUTTON_H
Definition: triggerset.h:40
Definition: moveeffect.h:37