Skip to content

Commit f07b8d0

Browse files
Update gitignore
1 parent 49d6f13 commit f07b8d0

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ bld/
5555

5656
# hi adam
5757
[Ll]inks/
58+
*.dll
59+
*.zip
5860

5961
# Visual Studio 2015/2017 cache/options directory
6062
.vs/

Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class Main : MelonMod
99
internal const string Description = "There's something hostile out there.";
1010
internal const string Author = "Not Enough Photons, adamdev, SoulWithMae";
1111
internal const string Company = "Not Enough Photons";
12-
internal const string Version = "0.0.2";
12+
internal const string Version = "0.1.0";
1313
internal const string DownloadLink = "null";
1414

1515
internal static Assembly CurrAsm => Assembly.GetExecutingAssembly();

Scripts/Managers/ParanoiaManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class ParanoiaManager : MonoBehaviour
44
{
5-
public static ParanoiaManager Instance;
5+
public static ParanoiaManager Instance { get; private set; }
66

77
public ManagerType managerType;
88

Staging/Mods/Paranoia.dll

-63 KB
Binary file not shown.

0 commit comments

Comments
 (0)