1
0
mirror of synced 2024-11-23 22:00:56 +01:00

TaikoMods => TakoTako

This commit is contained in:
goaaats 2022-02-07 14:42:45 +01:00
parent 0efa910b58
commit 718ca0edcf
No known key found for this signature in database
GPG Key ID: 49E2AA8C6A76498B
2 changed files with 2 additions and 3 deletions

View File

@ -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
{

View File

@ -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;