I am not sure what the right way to fix this would be. When I try compiling VitaNex 5.3.1.0 on build 57.4, I get the below error. When I look at MessagePump.cs, it is now set as a static class in the latest build:
Current: public static class MessagePump
Previous: public class MessagePump...