rimworld-animations/1.5/Source/AnimationProps/AnimationPropDef.cs
c0ffee 9621dc2841 Added dynamic prop rendering system to extendedanimator
rendernodes dynamically attach and remove per animation
configure props in AnimationPropDef
2024-04-20 17:23:31 -07:00

17 lines
281 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
namespace Rimworld_Animations
{
public class AnimationPropDef : Def
{
public PawnRenderNodeProperties animPropProperties;
}
}