Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArion authored May 4, 2021
1 parent 05cb649 commit 3b5a706
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
using MelonLoader;
using static Dawn.Update.AssemblyInfo;
using ModType = Dawn.Mic.MicSensitivity;

[assembly: MelonInfo(typeof(ModType), Name, Version, Authors)]
[assembly: MelonGame("VRChat", "VRChat")]
[assembly: MelonOptionalDependencies("UIExpansionKit")]

namespace Dawn.Update
{
internal static class AssemblyInfo
{
internal const string Name = "MicSensitivity";

internal const string Version = "1.4.4";

internal const string Description = "";

internal const string Authors = "arion#1223";
}
}

0 comments on commit 3b5a706

Please sign in to comment.