Alex Perry | cb7da4b | 2019-08-28 19:35:56 -0700 | [diff] [blame] | 1 | namespace y2014; |
2 | |||||
3 | // Published on "/" | ||||
4 | table HotGoal { | ||||
Austin Schuh | b3375e0 | 2020-11-14 15:28:31 -0800 | [diff] [blame] | 5 | left_count:uint64 (id: 0); |
6 | right_count:uint64 (id: 1); | ||||
Alex Perry | cb7da4b | 2019-08-28 19:35:56 -0700 | [diff] [blame] | 7 | } |
8 | |||||
9 | root_type HotGoal; |