Skip to content

Commit

Permalink
Added settings
Browse files Browse the repository at this point in the history
  • Loading branch information
FriendlyAgent committed Oct 17, 2020
1 parent 16c4bb8 commit feaeb62
Show file tree
Hide file tree
Showing 5 changed files with 368 additions and 15 deletions.
5 changes: 3 additions & 2 deletions Among Us Config Editor/Among Us Config Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<ApplicationIcon>amongus.ico</ApplicationIcon>
<PackageProjectUrl>https://github.com/FriendlyAgent/Among-Us-Config-Editor</PackageProjectUrl>
<RepositoryUrl>https://github.com/FriendlyAgent/Among-Us-Config-Editor</RepositoryUrl>
<AssemblyVersion>1.0.0.2</AssemblyVersion>
<FileVersion>1.0.0.2</FileVersion>
<AssemblyVersion>1.0.0.3</AssemblyVersion>
<FileVersion>1.0.0.3</FileVersion>
<Version>1.0.3</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
11 changes: 11 additions & 0 deletions Among Us Config Editor/Languages.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
namespace Among_Us_Config_Editor
{
public enum Languages
{
English = 0,
Spanish = 1,
Portuguese = 2,
Korean = 3,
Russian = 4,
}
}
180 changes: 175 additions & 5 deletions Among Us Config Editor/Main.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit feaeb62

Please sign in to comment.