mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
offset changer + fix for pawns off map
This commit is contained in:
parent
c13b3d793b
commit
c915b10e54
11 changed files with 163 additions and 21 deletions
23
Source/MainTabWindows/OffsetMainButtonDefOf.cs
Normal file
23
Source/MainTabWindows/OffsetMainButtonDefOf.cs
Normal file
|
@ -0,0 +1,23 @@
|
|||
using RimWorld;
|
||||
using Verse;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Rimworld_Animations {
|
||||
|
||||
[DefOf]
|
||||
public static class OffsetMainButtonDefOf {
|
||||
|
||||
public static MainButtonDef OffsetManager;
|
||||
|
||||
|
||||
static OffsetMainButtonDefOf() {
|
||||
DefOfHelper.EnsureInitializedInCtor(typeof(OffsetMainButtonDefOf));
|
||||
//OffsetManager.buttonVisible = false;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue