ProcessVersion comment added

This commit is contained in:
vis2k 2018-12-31 16:48:39 +01:00
parent cae59e82ad
commit 648cb0ba1a

View File

@ -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)