mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
fix for missing constructors
This commit is contained in:
parent
99ed5aa757
commit
47291f333c
2 changed files with 10 additions and 0 deletions
Binary file not shown.
|
@ -11,6 +11,16 @@ namespace CRIAOrgy
|
||||||
{
|
{
|
||||||
public class RitualOutcomeEffectWorker_Orgy : RitualOutcomeEffectWorker_FromQuality
|
public class RitualOutcomeEffectWorker_Orgy : RitualOutcomeEffectWorker_FromQuality
|
||||||
{
|
{
|
||||||
|
|
||||||
|
public RitualOutcomeEffectWorker_Orgy()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public RitualOutcomeEffectWorker_Orgy(RitualOutcomeEffectDef def) : base(def)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
public override void Apply(float progress, Dictionary<Pawn, int> totalPresence, LordJob_Ritual jobRitual)
|
public override void Apply(float progress, Dictionary<Pawn, int> totalPresence, LordJob_Ritual jobRitual)
|
||||||
{
|
{
|
||||||
foreach (KeyValuePair<Pawn, int> keyValuePair in totalPresence)
|
foreach (KeyValuePair<Pawn, int> keyValuePair in totalPresence)
|
||||||
|
|
Loading…
Reference in a new issue