mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
syntax
This commit is contained in:
parent
63af62affd
commit
eff4736f71
@ -84,8 +84,8 @@ bool WeaveModule(ModuleDefinition moduleDefinition)
|
||||
bool modified = false;
|
||||
|
||||
Stopwatch watch = Stopwatch.StartNew();
|
||||
|
||||
watch.Start();
|
||||
|
||||
foreach (TypeDefinition td in moduleDefinition.Types)
|
||||
{
|
||||
if (td.IsClass && td.BaseType.CanBeResolved())
|
||||
@ -94,6 +94,7 @@ bool WeaveModule(ModuleDefinition moduleDefinition)
|
||||
modified |= ServerClientAttributeProcessor.Process(weaverTypes, Log, td, ref WeavingFailed);
|
||||
}
|
||||
}
|
||||
|
||||
watch.Stop();
|
||||
Console.WriteLine("Weave behaviours and messages took " + watch.ElapsedMilliseconds + " milliseconds");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user