Skip to content

Commit 7b40b8f

Browse files
Initial Public Commit
0 parents  commit 7b40b8f

18 files changed

Lines changed: 1510 additions & 0 deletions

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[*.cs]
2+
3+
# IDE0005: Using directive is unnecessary.
4+
dotnet_diagnostic.IDE0005.severity = none

.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
#Ignore thumbnails created by Windows
3+
Thumbs.db
4+
#Ignore files built by Visual Studio
5+
*.obj
6+
*.exe
7+
*.pdb
8+
*.user
9+
*.aps
10+
*.pch
11+
*.vspscc
12+
*_i.c
13+
*_p.c
14+
*.ncb
15+
*.suo
16+
*.tlb
17+
*.tlh
18+
*.bak
19+
*.cache
20+
*.ilk
21+
*.log
22+
[Bb]in
23+
[Dd]ebug*/
24+
*.lib
25+
*.sbr
26+
obj/
27+
[Rr]elease*/
28+
_ReSharper*/
29+
[Tt]est[Rr]esult*
30+
.vs/
31+
#Nuget packages folder
32+
packages/
33+
Assembly-*
34+
PolyTechFramework-*.zip
35+
.vscode/
36+
build.bat

Libraries/0Harmony.dll

138 KB
Binary file not shown.

Libraries/BepInEx.dll

106 KB
Binary file not shown.

Libraries/ConfigurationManager.dll

70 KB
Binary file not shown.

Libraries/ConfigurationManager.xml

Lines changed: 298 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
134 KB
Binary file not shown.
831 KB
Binary file not shown.
144 KB
Binary file not shown.

Libraries/UnityEngine.UI.dll

248 KB
Binary file not shown.

0 commit comments

Comments
 (0)