mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
debug log
This commit is contained in:
parent
6b427a9fdd
commit
103acb1df0
@ -121,6 +121,7 @@ bool WeaveModule(ModuleDefinition moduleDefinition)
|
||||
|
||||
foreach (TypeDefinition td in moduleDefinition.Types)
|
||||
{
|
||||
Log.Warning($"WEAVER CONSIDERING: {td.FullName}");
|
||||
if (td.IsClass && td.BaseType.CanBeResolved())
|
||||
{
|
||||
modified |= WeaveNetworkBehavior(td);
|
||||
|
Loading…
Reference in New Issue
Block a user