mirror of
https://gitgud.io/ll.mirrors/sizedapparel.git
synced 2024-08-15 00:43:40 +00:00
Mirror of 1.4.22 from Lovers Lab
This commit is contained in:
parent
5d0da3bc88
commit
b501ddfb0f
1119 changed files with 12505 additions and 2543 deletions
|
@ -26,7 +26,7 @@ namespace SizedApparel
|
|||
return;
|
||||
|
||||
/*
|
||||
var comp = ___pawn.TryGetComp<ApparelRecorderComp>();
|
||||
var comp = ___pawn.GetComp<ApparelRecorderComp>();
|
||||
|
||||
if (comp == null)
|
||||
return;
|
||||
|
@ -72,12 +72,17 @@ namespace SizedApparel
|
|||
|
||||
}
|
||||
|
||||
public class PoseDef : Def
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
public class SizedApparelPose
|
||||
{
|
||||
//public string poseName; use defName as PoseName
|
||||
public SizedApparelBodyPartOf targetBodyPart = SizedApparelBodyPartOf.Torso;
|
||||
public List<BodyTypeAndOffset> headOffset;
|
||||
//public List<BodyTypeAndOffset> headOffset;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue