RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

World Items/Mobiles: ConcurrentDictionary<TKey, TValue>?

ASayre

RunUO Developer
Reflector.Serialize/Deserialize type have been removed -- They aren't used by RunUO and they make a number of erroneous assumptions upon examining the code. Another way to do the stuff you need to do, Serialize the type.FullName and then Deserialize the string and use ScriptCompiler.FindTypeByFullName
 
Top