Files
GTA4RP/third-party/mexui/Core/Component/Event.js
2022-03-16 17:06:57 -05:00

6 lines
94 B
JavaScript

mexui.Component.Event = function()
{
this.used = false;
this.clickedAControl = false;
};