Update
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user