mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
syntax
This commit is contained in:
parent
eb4ccd54b7
commit
a26a0a39e2
@ -120,7 +120,6 @@ public static bool CanBeResolved(this TypeReference parent)
|
||||
// Note that calling ArraySegment<T>.get_Count directly gives an invalid IL error
|
||||
public static MethodReference MakeHostInstanceGeneric(this MethodReference self, GenericInstanceType instanceType)
|
||||
{
|
||||
|
||||
MethodReference reference = new MethodReference(self.Name, self.ReturnType, instanceType)
|
||||
{
|
||||
CallingConvention = self.CallingConvention,
|
||||
|
Loading…
Reference in New Issue
Block a user