Skip to content

Commit c1488d9

Browse files
authored
Wrapped unity using in the C# preprocessor
Signed-off-by: Vanessa Vinther <7903603+ImDreamerDev@users.noreply.github.com>
1 parent 2dfcd6c commit c1488d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sdks/csharp/src/Table.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
using System.IO;
55
using System.Linq;
66
using System.Threading.Tasks;
7+
#if UNITY_5_3_OR_NEWER
78
using UnityEngine;
9+
#endif
810
using SpacetimeDB.BSATN;
911
using SpacetimeDB.ClientApi;
1012
using SpacetimeDB.EventHandling;

0 commit comments

Comments
 (0)