From 718ca0edcf3364ed4e249cbde3a800f10d1c4518 Mon Sep 17 00:00:00 2001 From: goaaats Date: Mon, 7 Feb 2022 14:42:45 +0100 Subject: [PATCH] TaikoMods => TakoTako --- TakoTako/MurmurHash2.cs | 4 ++-- TakoTako/MusicPatch.cs | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/TakoTako/MurmurHash2.cs b/TakoTako/MurmurHash2.cs index b11e7e3..95e1706 100644 --- a/TakoTako/MurmurHash2.cs +++ b/TakoTako/MurmurHash2.cs @@ -2,7 +2,7 @@ // MIT License // -// Copyright (c) 2017 Jitbit, 2022 TaikoMods contributors +// Copyright (c) 2017 Jitbit, 2022 TakoTako contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -22,7 +22,7 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. -namespace TaikoMods; +namespace TakoTako; public class MurmurHash2 { diff --git a/TakoTako/MusicPatch.cs b/TakoTako/MusicPatch.cs index 00fc34a..f1054e5 100644 --- a/TakoTako/MusicPatch.cs +++ b/TakoTako/MusicPatch.cs @@ -15,7 +15,6 @@ using System.Threading.Tasks; using BepInEx.Logging; using HarmonyLib; using Newtonsoft.Json; -using TaikoMods; using TakoTako.Common; using Unity.Collections; using Unity.Collections.LowLevel.Unsafe;