Example #1
0
 def __init__(self):
     BotState.__init__(self, "Random Patrol")
Example #2
0
 def __init__(self):
     BotState.__init__(self, "IDLE")
Example #3
0
 def __init__(self):
     BotState.__init__(self, "Attack Flag")
Example #4
0
 def __init__(self):
     BotState.__init__(self, "DEFEND")
Example #5
0
 def __init__(self):
     BotState.__init__(self, "Intercept Flag")
Example #6
0
 def __init__(self):
     BotState.__init__(self, "Attack Bot")