Skip to content

Commit 08509c2

Browse files
committed
fix android build
1 parent f3ef1fe commit 08509c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/NativePlatform/NativeApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// http://www.apache.org/licenses/LICENSE-2.0
33
using System;
44
using System.Collections.Generic;
5-
using Assets.Sources.Logic;
65
using Assets.Sources.Logic.Data;
76
using Assets.Sources.NativePlatform.Platforms;
7+
using UnityEngine;
88

99
namespace Assets.Sources.NativePlatform
1010
{

0 commit comments

Comments
 (0)