Skip to content

Commit e7fd8e1

Browse files
Removed !UNITY_EDITOR for editability
1 parent facf801 commit e7fd8e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • UnityProject/Assets/LoomSDK/Source/Runtime/WebGL

UnityProject/Assets/LoomSDK/Source/Runtime/WebGL/WebSocket.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if UNITY_WEBGL && !UNITY_EDITOR
1+
#if UNITY_WEBGL
22

33
using System;
44
using System.Collections.Generic;

0 commit comments

Comments
 (0)