SharifAIChallenge / AIC19-Client-Python

https://aichallenge.sharif.edu/
6 stars 3 forks source link

all offensive ability types are None #21

Closed sehraramiz closed 5 years ago

sehraramiz commented 5 years ago

all defensive ability types are ok all dodge ability types are ok but all offensive ability types are None

for my_hero in world.my_heroes:
    for ab in my_hero.abilities:
        print(ab.type)