mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Use actual type
This commit is contained in:
parent
0710ce8b8d
commit
7c1eaf7363
@ -58,7 +58,7 @@ static void ProcessMethods(TypeDefinition td)
|
||||
Weaver.fail = true;
|
||||
}
|
||||
|
||||
var attrName = ca.Constructor.DeclaringType.ToString();
|
||||
string attrName = ca.Constructor.DeclaringType.ToString();
|
||||
|
||||
switch (attrName)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user