Commit c9eb5ab2 authored by Matthew Hausknecht's avatar Matthew Hausknecht

Added quit comment.

parent 4521e678
......@@ -7,6 +7,7 @@ class HFO_Actions:
Turn(direction)
Tackle(direction)
Kick(power, direction)
QUIT
'''
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