mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
add TODO
This commit is contained in:
parent
5d00885564
commit
413291a857
@ -39,6 +39,10 @@ public static MethodDefinition ProcessTargetRpcInvoke(TypeDefinition td, MethodD
|
|||||||
// function signature. we pass in the connection to server,
|
// function signature. we pass in the connection to server,
|
||||||
// which is cleaner than just passing null)
|
// which is cleaner than just passing null)
|
||||||
//NetworkClient.readyconnection
|
//NetworkClient.readyconnection
|
||||||
|
//
|
||||||
|
// TODO
|
||||||
|
// a) .connectionToServer = best solution. no doubt.
|
||||||
|
// b) NetworkClient.connection for now. add TODO to not use static later.
|
||||||
worker.Emit(OpCodes.Call, WeaverTypes.ReadyConnectionReference);
|
worker.Emit(OpCodes.Call, WeaverTypes.ReadyConnectionReference);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user