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