Basic problem is that the generated method for calling the base method is
private, and LI no longer looks for non-public methods.
So here
https://github.com/stevedonovan/MonoLuaInterface/blob/master/src/GenerateEventAs
sembly.cs#L438
I've made the generated base methods public.
steve d.
Original issue reported on code.google.com by steve.j....@gmail.com on 16 Jul 2012 at 4:43
Original issue reported on code.google.com by
steve.j....@gmail.com
on 16 Jul 2012 at 4:43