move PlayerAnimationPatches to correct namespace lol

This commit is contained in:
JohnCorby 2021-12-25 23:13:08 -08:00
parent 2ae4fb9805
commit 90a6998560

View File

@ -6,7 +6,7 @@ using QSB.Player;
using QSB.Utility;
using UnityEngine;
namespace QSB.Animation.Patches
namespace QSB.Animation.Player.Patches
{
[HarmonyPatch]
internal class PlayerAnimationPatches : QSBPatch