remove TODO

This commit is contained in:
vis2k 2022-01-26 18:43:33 +08:00
parent 5369b8f47c
commit cd40498457

View File

@ -185,8 +185,6 @@ public MethodDefinition GenerateSyncVarSetter(TypeDefinition td, FieldDefinition
// IL_000a: ldnull
// IL_000b: call instance void [Mirror]Mirror.NetworkBehaviour::GeneratedSyncVarSetter<int32>(!!0, !!0&, uint64, class [netstandard]System.Action`2<!!0, !!0>)
// IL_0010: ret
//
// TODO GameObject/NetworkBehaviour special cases
// 'this.' for the call
worker.Emit(OpCodes.Ldarg_0);