Release now return name and entity of the entity that was previously klicked.
This commit is contained in:
@@ -7,6 +7,7 @@ namespace Events
|
||||
{
|
||||
|
||||
struct ButtonReleased : public Event {
|
||||
std::string EntityName;
|
||||
EntityWrapper Entity;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user