mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
comment
This commit is contained in:
parent
052cf6c183
commit
411a531eda
@ -10,7 +10,7 @@ public static void Process(ModuleDefinition moduleDef, WeaverLists weaverLists)
|
||||
{
|
||||
DateTime startTime = DateTime.Now;
|
||||
|
||||
//Search through the types
|
||||
// search through the types
|
||||
foreach (TypeDefinition td in moduleDef.Types)
|
||||
{
|
||||
if (td.IsClass)
|
||||
|
Loading…
Reference in New Issue
Block a user