Files
GTA4RP/third-party/mexui/Core/Component/Event.js
2020-09-04 15:56:19 -05:00

7 lines
95 B
JavaScript

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