]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/menu/xonotic/dialog_multiplayer_join.qh
Merge branch 'master' into develop
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_multiplayer_join.qh
1 #pragma once
2
3 #include "tab.qh"
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);
9
10         ATTRIB(XonoticServerListTab, name, string, "servers");
11 ENDCLASS(XonoticServerListTab)
12 entity makeXonoticServerListTab();