diff --git a/ScaleGoessBrr/ScaleGoessBrr.csproj b/ScaleGoesBrr/ScaleGoesBrr.csproj similarity index 100% rename from ScaleGoessBrr/ScaleGoessBrr.csproj rename to ScaleGoesBrr/ScaleGoesBrr.csproj diff --git a/ScaleGoessBrr/ScaleGoesBrrComponent.cs b/ScaleGoesBrr/ScaleGoesBrrComponent.cs similarity index 99% rename from ScaleGoessBrr/ScaleGoesBrrComponent.cs rename to ScaleGoesBrr/ScaleGoesBrrComponent.cs index 7080a61..ed0260b 100644 --- a/ScaleGoessBrr/ScaleGoesBrrComponent.cs +++ b/ScaleGoesBrr/ScaleGoesBrrComponent.cs @@ -3,7 +3,7 @@ using RootMotion.FinalIK; using UnityEngine; -namespace ScaleGoessBrr +namespace ScaleGoesBrr { public class ScaleGoesBrrComponent : MonoBehaviour { diff --git a/ScaleGoessBrr/ScaleGoesBrrMod.cs b/ScaleGoesBrr/ScaleGoesBrrMod.cs similarity index 99% rename from ScaleGoessBrr/ScaleGoesBrrMod.cs rename to ScaleGoesBrr/ScaleGoesBrrMod.cs index 3ed0529..294fb07 100644 --- a/ScaleGoessBrr/ScaleGoesBrrMod.cs +++ b/ScaleGoesBrr/ScaleGoesBrrMod.cs @@ -3,7 +3,7 @@ using HarmonyLib; using MelonLoader; using RootMotion.FinalIK; -using ScaleGoessBrr; +using ScaleGoesBrr; using UnhollowerRuntimeLib; using UnityEngine; using VRC.SDKBase; @@ -11,7 +11,7 @@ [assembly:MelonInfo(typeof(ScaleGoesBrrMod), "Scale Goes Brr", "1.0", "knah", "https://github.com/knah/VRCMods")] [assembly:MelonGame("VRChat", "VRChat")] -namespace ScaleGoessBrr +namespace ScaleGoesBrr { public partial class ScaleGoesBrrMod : MelonMod { diff --git a/VRCMods.sln b/VRCMods.sln index 3fef3b2..6a8d450 100644 --- a/VRCMods.sln +++ b/VRCMods.sln @@ -44,7 +44,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrityCheckGenerator", " EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Styletor", "Styletor\Styletor.csproj", "{27F7A678-72DD-4BEA-B5FA-4589299FE595}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScaleGoessBrr", "ScaleGoessBrr\ScaleGoessBrr.csproj", "{6E79F8CC-0513-43DB-974F-983867F9CBBD}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScaleGoesBrr", "ScaleGoesBrr\ScaleGoesBrr.csproj", "{6E79F8CC-0513-43DB-974F-983867F9CBBD}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution