From b8a81179ecf994509a83e3218b9b696ab20a777d Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sun, 23 Nov 2025 12:21:31 +0100 Subject: [PATCH] Update --- .gitignore | 2 ++ .../InfectionFreeZone/InfectionFreeZone/InfectionFreeZone.cs | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ecbde4e..48577b9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ Projects/CykaOfQud/.vs/ Projects/CykaOfQud/.vscode/ *.suo Projects/BanquetForFools/.vs/BanquetForCyka +Projects/InfectionFreeZone/.vs/InfectionFreeZone +Projects/Quasimorph/.vs/Quasimorph diff --git a/Projects/InfectionFreeZone/InfectionFreeZone/InfectionFreeZone.cs b/Projects/InfectionFreeZone/InfectionFreeZone/InfectionFreeZone.cs index 4e1bb3a..cc99837 100644 --- a/Projects/InfectionFreeZone/InfectionFreeZone/InfectionFreeZone.cs +++ b/Projects/InfectionFreeZone/InfectionFreeZone/InfectionFreeZone.cs @@ -2,14 +2,12 @@ using System.Collections.Generic; using System.Linq; using System.Reflection.Emit; -using System.Runtime.CompilerServices; using BepInEx; using BepInEx.Configuration; using Controllers; using Controllers.CharacterLogic; using Controllers.Time; using Controllers.Weather; -using Data.Resorces; using GameCustomization; using Gameplay; using Gameplay.Buildings;