mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
ProcessVersion comment added
This commit is contained in:
parent
cae59e82ad
commit
648cb0ba1a
@ -144,6 +144,8 @@ public static bool WriteArguments(ILProcessor worker, MethodDefinition md, strin
|
||||
return true;
|
||||
}
|
||||
|
||||
// adds empty UNetVersion(), which seems to be used to check if we already
|
||||
// processed a class or not
|
||||
void ProcessVersion()
|
||||
{
|
||||
foreach (MethodDefinition md in m_td.Methods)
|
||||
|
Loading…
Reference in New Issue
Block a user