Cleaned up code after my massive bug fix
This commit is contained in:
@@ -25,6 +25,7 @@ namespace SeamlessClientPlugin.Utilities
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public static T Deserialize<T>(byte[] data)
|
||||
{
|
||||
if (data == null)
|
||||
@@ -36,7 +37,6 @@ namespace SeamlessClientPlugin.Utilities
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public static dynamic CastToReflected(this object o, Type type)
|
||||
{
|
||||
return Convert.ChangeType(o, type);
|
||||
|
Reference in New Issue
Block a user