Skip to content

Commit b542a69

Browse files
committed
fix build error
1 parent 000fd24 commit b542a69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nekoyume/Assets/_Scripts/Blockchain/BlockManager.cs

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
using Nekoyume.Action;
1414
using Nekoyume.Model.State;
1515
using Nekoyume.TableData;
16+
#if UNITY_ANDROID
17+
using UnityEngine;
18+
using UnityEngine.Networking;
19+
#endif
1620

1721
namespace Nekoyume.Blockchain
1822
{

0 commit comments

Comments
 (0)