Skip to content

Commit 8283297

Browse files
reverting
No need to make this [Serializable]
1 parent 4ef194f commit 8283297

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

com.unity.netcode.gameobjects/Runtime/Components/RigidbodyContactEventManager.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ namespace Unity.Netcode.Components
1212
/// Information a <see cref="Rigidbody"/> returns to <see cref="RigidbodyContactEventManager"/> via <see cref="IContactEventHandlerWithInfo.GetContactEventHandlerInfo"/> <br />
1313
/// if the <see cref="Rigidbody"/> registers itself with <see cref="IContactEventHandlerWithInfo"/> as opposed to <see cref="IContactEventHandler"/>.
1414
/// </summary>
15-
#if NETCODE_UAC1001_CHECKS
16-
[Serializable]
17-
#endif
1815
public struct ContactEventHandlerInfo
1916
{
2017
/// <summary>

0 commit comments

Comments
 (0)