bucketed_game :: GameTurn :: act_next
e
# Insert the Bucketable event `e` to be executed at next tick. fun act_next(e: Bucketable[G]) do game.buckets.add_at(e, tick + 1) game.buckets.delays.inc(1) end