blitz-research / monkey

Blitz Research Monkey Source
226 stars 59 forks source link

Fixed the use of deprecated List.Remove method in bananas #13

Closed devolonter closed 11 years ago

devolonter commented 11 years ago

Some examples can not be built because they use deprecated and deleted method Remove of the List class. I replaced Remove with RemoveEach.

blitz-research commented 11 years ago

Merged with my local repos - seems like a better idea than merging directly into the web repos.