Closed oczkers closed 9 years ago
You probably aren't using Visual Studio 2015. I updated the project so I could use the new C# 6 compiler features such as Null chaining. Just download the latest VS2015 RC and that should allow you to compile it.
public string Name => "Traffic Manager Plus";
[...]
fieldInfo?.SetValue(this, _replacementPathFinds);
Think I'm going to hold off on the rebrand of the mod on the name. I think this might break compatibility with save games. Not sure. I'll investigate it.
Just an idea, it's not tested because i got build errors and this is my first time i'm trying to build cs mod: