Release now return name and entity of the entity that was previously klicked.

This commit is contained in:
Tleety
2016-02-19 13:16:26 +01:00
parent fc5d054cb2
commit 6e5335a266
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ namespace Events
{
struct ButtonReleased : public Event {
std::string EntityName;
EntityWrapper Entity;
};