1. How can I use type this way? Typeof(type) didn't work either.
2. Rolls is a string[]. I need to concatenate it from the series but I haven't done that in Linq before. How do?
Modding a game. I have a post-build event that runs the game, which opens the game itself plus a logging console. I'd like to automate the two windows to snap to my right and left monitors. How can I do that?
public abstract List<KeyValuePair<string, int>> inventory;
public abstract List<KeyValuePair<string, int>> inventory;
It says I can't do this with a field, and to try a property instead. Doing that doesn't resolve it.
I've never received this message when declaring an abstract variable. Any suggestions?