Skip to content

Commit 03ca3a4

Browse files
Mikkel Sørensenkirre-bylund
authored andcommitted
Added missing UnityEngine reference
1 parent a015eb8 commit 03ca3a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/Game/Platforms/PlatformManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System;
2+
using UnityEngine;
23
#if UNITY_EDITOR
34
using UnityEditor;
45
#endif

0 commit comments

Comments
 (0)