Commit c9eb5ab2 authored by Matthew Hausknecht's avatar Matthew Hausknecht

Added quit comment.

parent 4521e678
...@@ -7,6 +7,7 @@ class HFO_Actions: ...@@ -7,6 +7,7 @@ class HFO_Actions:
Turn(direction) Turn(direction)
Tackle(direction) Tackle(direction)
Kick(power, direction) Kick(power, direction)
QUIT
''' '''
DASH, TURN, TACKLE, KICK, QUIT = range(5) DASH, TURN, TACKLE, KICK, QUIT = range(5)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment