コード例 #1
0
def scout(me, world, game, move):
    commander = filters.commander(world)

    if commander:
        commands.follow(me, world, move, commander)
コード例 #2
0
def field_medic(me, world, game, move):
    commander = filters.commander(world)

    if commander:
        commands.follow(me, world, move, commander)