This commit is contained in:
2025-11-23 12:21:31 +01:00
parent 8a149d45ec
commit b8a81179ec
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -12,3 +12,5 @@ Projects/CykaOfQud/.vs/
Projects/CykaOfQud/.vscode/ Projects/CykaOfQud/.vscode/
*.suo *.suo
Projects/BanquetForFools/.vs/BanquetForCyka Projects/BanquetForFools/.vs/BanquetForCyka
Projects/InfectionFreeZone/.vs/InfectionFreeZone
Projects/Quasimorph/.vs/Quasimorph

View File

@@ -2,14 +2,12 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Reflection.Emit; using System.Reflection.Emit;
using System.Runtime.CompilerServices;
using BepInEx; using BepInEx;
using BepInEx.Configuration; using BepInEx.Configuration;
using Controllers; using Controllers;
using Controllers.CharacterLogic; using Controllers.CharacterLogic;
using Controllers.Time; using Controllers.Time;
using Controllers.Weather; using Controllers.Weather;
using Data.Resorces;
using GameCustomization; using GameCustomization;
using Gameplay; using Gameplay;
using Gameplay.Buildings; using Gameplay.Buildings;