Skip to content

Commit fe02d20

Browse files
update
Wrapping the added using directives.
1 parent 6ec6d49 commit fe02d20

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
#if NETCODE_UAC1001_CHECKS
12
using System;
3+
#endif
24
using System.Runtime.CompilerServices;
35
using Unity.Mathematics;
46
using UnityEngine;

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
#if NETCODE_UAC1001_CHECKS
12
using System;
3+
#endif
24
using System.Runtime.CompilerServices;
35
using Unity.Mathematics;
46
using UnityEngine;

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
#if NETCODE_UAC1001_CHECKS
12
using System;
3+
#endif
24
using System.Runtime.CompilerServices;
35
using Unity.Mathematics;
46
using UnityEngine;

0 commit comments

Comments
 (0)