namespace

This commit is contained in:
NotAKidoS 2023-02-09 21:28:42 -06:00
parent 9e9c2880ae
commit 7f8dbce9f4
2 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
using AASBufferFix.Properties;
using NAK.Melons.AASBufferFix.Properties;
using MelonLoader;
using System.Reflection;
@ -22,7 +22,7 @@ using System.Reflection;
[assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)]
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
namespace AASBufferFix.Properties;
namespace NAK.Melons.AASBufferFix.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.4";