整理一下
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using RimWorld;
|
||||
using Verse;
|
||||
|
||||
namespace WulaFallenEmpire
|
||||
{
|
||||
public class MentalStateDefExtension_BrokenPersonality : DefModExtension
|
||||
{
|
||||
public TraitDef traitToAdd;
|
||||
public FactionDef factionToJoin;
|
||||
public float skillLevelFactor = 1f;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user