mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Added comment
This commit is contained in:
parent
3a6a994e37
commit
fb124269f9
@ -38,6 +38,7 @@ public static MethodReference ResolveMethod(TypeReference tr, AssemblyDefinition
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO reuse ResolveMethod in here after Weaver.fail was removed
|
||||||
public static MethodReference ResolveMethodInParents(TypeReference tr, AssemblyDefinition scriptDef, string name)
|
public static MethodReference ResolveMethodInParents(TypeReference tr, AssemblyDefinition scriptDef, string name)
|
||||||
{
|
{
|
||||||
if (tr == null)
|
if (tr == null)
|
||||||
|
Loading…
Reference in New Issue
Block a user