HatsDisplaySelection patches

This commit is contained in:
c0ffee 2021-05-07 21:02:55 -07:00
parent acfb864629
commit 8deae217e0
13 changed files with 208 additions and 12 deletions

View file

@ -11,12 +11,12 @@ using Verse;
using Verse.Sound;
namespace Rimworld_Animations {
class CompBodyAnimator : ThingComp
public class CompBodyAnimator : ThingComp
{
public Pawn pawn => base.parent as Pawn;
public PawnGraphicSet Graphics;
public CompProperties_BodyAnimator Props => (CompProperties_BodyAnimator)(object)base.props;
//public CompProperties_BodyAnimator Props => (CompProperties_BodyAnimator)(object)base.props;
public bool isAnimating {
get {