mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Syntax
This commit is contained in:
parent
ac120dce04
commit
7dc918b706
@ -988,7 +988,7 @@ static void ProcessSiteClass(ModuleDefinition moduleDef, TypeDefinition td)
|
||||
|
||||
static void ProcessSitesModule(ModuleDefinition moduleDef)
|
||||
{
|
||||
var startTime = System.DateTime.Now;
|
||||
var startTime = DateTime.Now;
|
||||
|
||||
//Search through the types
|
||||
foreach (TypeDefinition td in moduleDef.Types)
|
||||
@ -1013,7 +1013,7 @@ static void ProcessSitesModule(ModuleDefinition moduleDef)
|
||||
scriptDef.MainModule.ImportReference(f);
|
||||
}
|
||||
}
|
||||
Console.WriteLine(" ProcessSitesModule " + moduleDef.Name + " elapsed time:" + (System.DateTime.Now - startTime));
|
||||
Console.WriteLine(" ProcessSitesModule " + moduleDef.Name + " elapsed time:" + (DateTime.Now - startTime));
|
||||
}
|
||||
|
||||
static void ProcessPropertySites()
|
||||
|
Loading…
Reference in New Issue
Block a user