Skip to content

Commit

Permalink
Rename all instances of 'amongcord' or 'amongcordclient' to 'AmongUsC…
Browse files Browse the repository at this point in the history
…apture'
  • Loading branch information
stenlan committed Sep 15, 2020
1 parent 94e4210 commit 77ac48e
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Empty file.
Binary file not shown.
Binary file added .vs/AmongcordClient/DesignTimeBuild/.dtbcache
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion AmongcordClient.sln → AmongUsCapture.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AmongcordClient", "AmongcordClient.csproj", "{C11346B2-0546-4A32-A013-F3991E5E3745}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AmongUsCapture", "AmongUsCapture.csproj", "{C11346B2-0546-4A32-A013-F3991E5E3745}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{722FFCBB-3DC3-43BC-9030-2283185461F1}"
ProjectSection(SolutionItems) = preProject
Expand Down
2 changes: 1 addition & 1 deletion PlayerInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Runtime.InteropServices;

namespace AmongcordClient
namespace AmongUsCapture
{
[System.Runtime.InteropServices.StructLayout(LayoutKind.Explicit)]
public struct PlayerInfo
Expand Down
2 changes: 1 addition & 1 deletion ProcessMemory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Runtime.InteropServices;
using System.Text;

namespace AmongcordClient
namespace AmongUsCapture
{
public static class ProcessMemory
{
Expand Down
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Runtime.InteropServices;
using System.Threading;

namespace AmongcordClient
namespace AmongUsCapture
{
class Program
{
Expand Down

0 comments on commit 77ac48e

Please sign in to comment.