From af9a5f6548acb6a1b29caad4320a60c4ceaa25b6 Mon Sep 17 00:00:00 2001 From: Dencher12 Date: Sat, 5 Jul 2025 22:23:19 +0300 Subject: [PATCH] version 1.0 --- .idea/.idea.GearToLife/.idea/workspace.xml | 51 +++++++-- GearToLife.sln.DotSettings.user | 1 + GearToLife/GearToLife/GearToLife.csproj | 4 + GearToLife/GearToLife/GearToLifeModSystem.cs | 106 ++++++++++++++++-- GearToLife/GearToLife/ModConfig.cs | 8 ++ GearToLife/GearToLife/Patches/KnifePatch.cs | 21 ---- .../GearToLife/Patches/TemporalGearPatches.cs | 30 +++++ .../GearToLife/assets/geartolife/lang/de.json | 7 ++ .../GearToLife/assets/geartolife/lang/en.json | 8 +- .../GearToLife/assets/geartolife/lang/ru.json | 7 ++ .../GearToLife/assets/geartolife/lang/uk.json | 7 ++ GearToLife/GearToLife/modicon.png | Bin 4925 -> 40498 bytes GearToLife/GearToLife/modinfo.json | 4 +- 13 files changed, 215 insertions(+), 39 deletions(-) create mode 100644 GearToLife/GearToLife/ModConfig.cs delete mode 100644 GearToLife/GearToLife/Patches/KnifePatch.cs create mode 100644 GearToLife/GearToLife/Patches/TemporalGearPatches.cs create mode 100644 GearToLife/GearToLife/assets/geartolife/lang/de.json create mode 100644 GearToLife/GearToLife/assets/geartolife/lang/ru.json create mode 100644 GearToLife/GearToLife/assets/geartolife/lang/uk.json diff --git a/.idea/.idea.GearToLife/.idea/workspace.xml b/.idea/.idea.GearToLife/.idea/workspace.xml index abdc99a..7bcada7 100644 --- a/.idea/.idea.GearToLife/.idea/workspace.xml +++ b/.idea/.idea.GearToLife/.idea/workspace.xml @@ -10,10 +10,15 @@ - - + + + + + + +