skadistats / clarity-examples

Example code for clarity
BSD 3-Clause "New" or "Revised" License
113 stars 37 forks source link

About GameEvent #27

Closed jihua0125 closed 8 years ago

jihua0125 commented 8 years ago

Hi,

I really appreciate your job and it is excellent. However, I am a noob to Java, so reading your code is kind of hard for me. My friends and I are interested in analyzing ward placements. SO I am wondering how can I get the wards information from your code. Thanks a lot!

spheenik commented 8 years ago

Have a look at yasp's implementation. It will push you in the right direction.

https://github.com/yasp-dota/yasp/blob/master/java_parser/src/main/java/yasp/Main.java

jihua0125 commented 8 years ago

Thanks! I will have a look. I am really poor at Java, for I am more focus on Python and R. Anyway, thanks for your job!