diff --git a/Assets/Scripts/Common.meta b/Assets/Scripts/Common.meta new file mode 100644 index 00000000..84267ee8 --- /dev/null +++ b/Assets/Scripts/Common.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3bf376b79225dd241aa996c1967947a1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/KSH/GameConstants.cs b/Assets/Scripts/Common/GameConstants.cs similarity index 100% rename from Assets/KSH/GameConstants.cs rename to Assets/Scripts/Common/GameConstants.cs diff --git a/Assets/KSH/GameConstants.cs.meta b/Assets/Scripts/Common/GameConstants.cs.meta similarity index 100% rename from Assets/KSH/GameConstants.cs.meta rename to Assets/Scripts/Common/GameConstants.cs.meta diff --git a/Assets/KSH/GameManager.cs b/Assets/Scripts/Common/GameManager.cs similarity index 100% rename from Assets/KSH/GameManager.cs rename to Assets/Scripts/Common/GameManager.cs diff --git a/Assets/KSH/GameManager.cs.meta b/Assets/Scripts/Common/GameManager.cs.meta similarity index 100% rename from Assets/KSH/GameManager.cs.meta rename to Assets/Scripts/Common/GameManager.cs.meta diff --git a/Assets/KSH/GameUtility.meta b/Assets/Scripts/Common/GameUtility.meta similarity index 100% rename from Assets/KSH/GameUtility.meta rename to Assets/Scripts/Common/GameUtility.meta diff --git a/Assets/KSH/GameUtility/GameSound.cs b/Assets/Scripts/Common/GameUtility/GameSound.cs similarity index 100% rename from Assets/KSH/GameUtility/GameSound.cs rename to Assets/Scripts/Common/GameUtility/GameSound.cs diff --git a/Assets/KSH/GameUtility/GameSound.cs.meta b/Assets/Scripts/Common/GameUtility/GameSound.cs.meta similarity index 100% rename from Assets/KSH/GameUtility/GameSound.cs.meta rename to Assets/Scripts/Common/GameUtility/GameSound.cs.meta diff --git a/Assets/KSH/Singleton.cs b/Assets/Scripts/Common/Singleton.cs similarity index 100% rename from Assets/KSH/Singleton.cs rename to Assets/Scripts/Common/Singleton.cs diff --git a/Assets/KSH/Singleton.cs.meta b/Assets/Scripts/Common/Singleton.cs.meta similarity index 100% rename from Assets/KSH/Singleton.cs.meta rename to Assets/Scripts/Common/Singleton.cs.meta diff --git a/Assets/KSH/SoundManager.cs b/Assets/Scripts/Common/SoundManager.cs similarity index 100% rename from Assets/KSH/SoundManager.cs rename to Assets/Scripts/Common/SoundManager.cs diff --git a/Assets/KSH/SoundManager.cs.meta b/Assets/Scripts/Common/SoundManager.cs.meta similarity index 100% rename from Assets/KSH/SoundManager.cs.meta rename to Assets/Scripts/Common/SoundManager.cs.meta