So I have an issue with working with UDP Socketing. The problem is in my Game Engine, I send over information about a Game Object from the Server to the Client, and if that Game Object doesn’t exist, I would create one, but the problem is that every class is different, and has a different constructor, so creating a new object would be difficult. how would I fix this problem? :-\