This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections.Generic; | |
using System.Reflection.Emit; | |
using HarmonyLib; | |
using RimWorld; | |
using Verse; | |
namespace WASDedPawnPatch | |
{ | |
[StaticConstructorOnStartup] | |
public static class DoPatching |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections.Generic; | |
using System.Reflection.Emit; | |
using PatientBedTransfer; | |
using HarmonyLib; | |
using Verse; | |
namespace MoveThePatientPatch | |
{ | |
[StaticConstructorOnStartup] | |
public static class DoPatching |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mono path[0] = 'D:/Program Files/Steam/steamapps/common/Rimworld/RimWorldWin64_Data/Managed' | |
Mono config path = 'D:/Program Files/Steam/steamapps/common/Rimworld/MonoBleedingEdge/etc' | |
Initialize engine version: 2019.4.30f1 (e8c891080a1f) | |
[Subsystems] Discovering subsystems at path D:/Program Files/Steam/steamapps/common/Rimworld/RimWorldWin64_Data/UnitySubsystems | |
GfxDevice: creating device client; threaded=1 | |
Direct3D: | |
Version: Direct3D 11.0 [level 11.1] | |
Renderer: Intel(R) Iris(R) Xe Graphics (ID=0x9a49) | |
Vendor: | |
VRAM: 8083 MB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme: Tech Blue (Light) | |
- Primary Background: #e0f2f7 | |
- Secondary Background: #b3e5fc | |
- Tertiary Background: #81d4fa | |
- Quaternary Background: #cfd8dc | |
- Primary Accent: #00bcd4 | |
- Secondary Accent: #03a9f4 | |
- Tertiary Accent: #f5f5f5 | |
- Quaternary Accent: #90a4ae |