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;