コード例 #1
0
 def __init__(self, room, x, y):
     BlueBot.__init__(self, room, x, y)
     self.initial_wait = random.randint(30, 90)
     self.wait_count = 0
コード例 #2
0
ファイル: Blue1.py プロジェクト: tuxta/GF_CTF_comp_launcher
    def __init__(self, room, x, y):
        BlueBot.__init__(self, room, x, y)

        self.curr_state = STATE.WAIT