mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
HatsDisplaySelection patches
This commit is contained in:
parent
acfb864629
commit
8deae217e0
13 changed files with 208 additions and 12 deletions
|
@ -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 {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue