You should, as always, look into a better way to doing your status effect attachments. Some kind of static macro would be SO NICE. There MUST be a way to do this. (If rust can do it, so can we!)
Save which things need to change as a bit vector, and only do reflection once?
Bonus points if you can make it auto-reflect by name matching, that would be literally the best thing ever
You should, as always, look into a better way to doing your status effect attachments. Some kind of static macro would be SO NICE. There MUST be a way to do this. (If rust can do it, so can we!)