diff --git a/Assets/Mirror/Core/NetworkMessages.cs b/Assets/Mirror/Core/NetworkMessages.cs index ce90ea6e5..c85dfcb84 100644 --- a/Assets/Mirror/Core/NetworkMessages.cs +++ b/Assets/Mirror/Core/NetworkMessages.cs @@ -4,7 +4,6 @@ namespace Mirror { - // for performance, we (ab)use c# generics to cache the message id in a static field // this is significantly faster than doing the computation at runtime or looking up cached results via Dictionary // generic classes have separate static fields per type specification