mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
namespace
This commit is contained in:
parent
9e9c2880ae
commit
7f8dbce9f4
2 changed files with 8 additions and 8 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue