issues with people standing on top of each other

This commit is contained in:
dominiclopez391 2021-11-16 13:48:02 -08:00
parent 470bafbfee
commit 59f8e9ff91
5 changed files with 8 additions and 8 deletions

View file

@ -48,6 +48,10 @@ namespace RJW_Events
{
}
public override void ExposeData()
{
Scribe_Collections.Look<Pawn>(ref this.participants, "orgyParticipants", LookMode.Reference, Array.Empty<object>());
}
public override float VoluntaryJoinPriorityFor(Pawn p)