Migrate back to whatever the fuck works (framework 481)

This commit is contained in:
2024-12-09 11:30:32 +01:00
parent bbcf1f229d
commit f5498cad02
7 changed files with 71 additions and 51 deletions

View File

@@ -1,32 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection.Emit;
using CykaOfQud;
using HarmonyLib;
//using Mafi;
//using Mafi.Collections.ImmutableCollections;
//using Mafi.Core;
//using Mafi.Core.Buildings.Cargo.Modules;
//using Mafi.Core.Buildings.Cargo.Ships.Modules;
//using Mafi.Core.Buildings.Settlements;
//using Mafi.Core.Buildings.Shipyard;
//using Mafi.Core.Buildings.Storages;
//using Mafi.Core.Entities;
//using Mafi.Core.Entities.Dynamic;
//using Mafi.Core.Entities.Static;
//using Mafi.Core.Entities.Static.Layout;
//using Mafi.Core.Factory.Machines;
//using Mafi.Core.Factory.Recipes;
//using Mafi.Core.Factory.Transports;
//using Mafi.Core.Population;
//using Mafi.Core.Ports.Io;
//using Mafi.Core.Products;
//using Mafi.Core.Prototypes;
//using Mafi.Core.SaveGame;
//using Mafi.Core.Terrain;
//using Mafi.Core.Vehicles.Excavators;
//using Mafi.Core.World.Entities;
namespace CykaOfIndustry {
[HarmonyPatch]