Skip to content

Commit

Permalink
rename source to src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
astra1dev committed Jan 24, 2024
1 parent 521aa57 commit 4a264a5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
File renamed without changes.
34 changes: 17 additions & 17 deletions source/AUnlockerPlugin.cs → src/AUnlockerPlugin.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
using BepInEx;
using BepInEx.Unity.IL2CPP;
using HarmonyLib;

namespace AUnlocker;

[BepInAutoPlugin]
[BepInProcess("Among Us.exe")]
public partial class AUnlockerPlugin : BasePlugin
{
public Harmony Harmony { get; } = new(Id);

public override void Load()
{
Harmony.PatchAll();
}
}
using BepInEx;
using BepInEx.Unity.IL2CPP;
using HarmonyLib;

namespace AUnlocker;

[BepInAutoPlugin]
[BepInProcess("Among Us.exe")]
public partial class AUnlockerPlugin : BasePlugin
{
public Harmony Harmony { get; } = new(Id);

public override void Load()
{
Harmony.PatchAll();
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4a264a5

Please sign in to comment.