Brian Silverman | b601d89 | 2015-12-20 18:24:38 -0500 | [diff] [blame^] | 1 | package y2014.actors; |
Brian Silverman | 17f503e | 2015-08-02 18:17:18 -0700 | [diff] [blame] | 2 | |
3 | import "aos/common/actions/actions.q"; | ||||
4 | |||||
5 | queue_group ShootActionQueueGroup { | ||||
6 | implements frc971.actions.ActionQueueGroup; | ||||
7 | |||||
8 | queue aos.common.actions.Goal goal; | ||||
9 | queue aos.common.actions.Status status; | ||||
10 | }; | ||||
11 | |||||
12 | queue_group ShootActionQueueGroup shoot_action; |