Files
2022-05-15 22:26:31 -05:00

7 lines
95 B
JavaScript

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