Entity is now sent with the click events.
Fixed small things
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
namespace Events
|
||||
{
|
||||
|
||||
struct ButtonReleased : public Event { };
|
||||
struct ButtonReleased : public Event {
|
||||
EntityWrapper Entity;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user