collinsmith / riiablo

Diablo II remade using Java and LibGDX
http://riiablo.com
Apache License 2.0
895 stars 101 forks source link

Command Action should pass console reference #94

Open collinsmith opened 4 years ago

collinsmith commented 4 years ago

Lots of my console actions are calling Riiablo.console anyways, seems reasonable to have console as an argument within action callback. I don't think this should be included within Command.Instance