mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 19:10:32 +00:00
style: use explicit type
This commit is contained in:
parent
02bf5a5cf6
commit
12aa61a00d
@ -107,7 +107,7 @@ public static void ProcessEvents(TypeDefinition td, List<EventDefinition> events
|
|||||||
// find events
|
// find events
|
||||||
foreach (EventDefinition ed in td.Events)
|
foreach (EventDefinition ed in td.Events)
|
||||||
{
|
{
|
||||||
foreach (var ca in ed.CustomAttributes)
|
foreach (CustomAttribute ca in ed.CustomAttributes)
|
||||||
{
|
{
|
||||||
if (ca.AttributeType.FullName == Weaver.SyncEventType.FullName)
|
if (ca.AttributeType.FullName == Weaver.SyncEventType.FullName)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user