blob: dbebc1957c6834e431907494e4640f781777c53a [file] [log] [blame]
include "y2024/constants/constants.fbs";
namespace y2024;
table TeamAndConstants {
team:long (id: 0);
data:Constants (id: 1);
}
table ConstantsList {
constants:[TeamAndConstants] (id: 0);
}
root_type ConstantsList;