prog
This commit is contained in:
@ -41,5 +41,12 @@ namespace Dawn {
|
||||
}
|
||||
}, getScene()->eventSceneUpdate);
|
||||
}
|
||||
|
||||
public:
|
||||
std::string getChoiceKey() {
|
||||
auto it = choices.begin();
|
||||
std::advance(it, choice);
|
||||
return it->first;
|
||||
}
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user