So the question is simple for aks: How can I rewrite the class constructor from the outside. The problem itself is that I have a class that has already been compiled and it already has some constructors, but these coder idiots have removed the constructor, so now I can not execute XML (de) Serialize it ...
So what they did is:
They have changed Vector2 (); Vector2 (x, y); in Vector2 (x = 0, y = 0);
But my problem is that the Serializer is not smart enough to realize that it can still create a class, and changing the whole code will be a pain in * * *
source share