Skip to content

Commit 61e9c26

Browse files
Merge pull request #1 from CoderGamester/develop
0.1.0
2 parents eb8bea8 + dae6abb commit 61e9c26

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Editor/GameLovers.GoogleSheetImporter.Editor.asmdef

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"references": [
44
"GUID:9e24947de15b9834991c9d8411ea37cf",
55
"GUID:69448af7b92c7f342b298e06a37122aa",
6-
"GUID:db99198452b5046f294c00bbc62e8009",
76
"GUID:1b354f7d3d1d147e9b3ba2ee219c0839",
87
"GUID:22c6cdfa54ae844a9a9eda2f0014b020"
98
],

Editor/GoogleSheetConfigsImporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System.Collections.Generic;
2-
using GameLovers.ConfigsImporter;
2+
using GameLovers.ConfigsContainer;
33
using UnityEditor;
44
using UnityEngine;
55

Editor/GoogleSheetToolImporter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Reflection;
44
using GameLovers.AsyncAwait;
5-
using Modules;
65
using UnityEditor;
76
using UnityEditor.Callbacks;
87
using UnityEngine;

0 commit comments

Comments
 (0)