4 CLASS(XonoticServerListTab, XonoticTab)
5 METHOD(XonoticServerListTab, fill, void(entity));
6 ATTRIB(XonoticServerListTab, intendedWidth, float, 0.9);
7 ATTRIB(XonoticServerListTab, rows, float, 23);
8 ATTRIB(XonoticServerListTab, columns, float, 6.5);
10 ATTRIB(XonoticServerListTab, name, string, "servers");
11 ENDCLASS(XonoticServerListTab)
12 entity makeXonoticServerListTab();