mirror of
https://gitgud.io/Stardust3D/rjw-plasticsurgeries.git
synced 2024-08-14 23:57:25 +00:00
hack around removed traits
721156233a/1.5/Source/DefOf/VanillaTraitDefOf.cs
This commit is contained in:
parent
95263ed0e0
commit
642536fc46
3 changed files with 31 additions and 6 deletions
26
Source/RJW_PlasticSurgeries/1.5/VanillaTraitDefOf.cs
Normal file
26
Source/RJW_PlasticSurgeries/1.5/VanillaTraitDefOf.cs
Normal file
|
@ -0,0 +1,26 @@
|
|||
using Verse;
|
||||
using RimWorld;
|
||||
|
||||
namespace rjw
|
||||
{
|
||||
[DefOf]
|
||||
public static class VanillaTraitDefOf
|
||||
{
|
||||
public static TraitDef Tough;
|
||||
|
||||
public static TraitDef Nerves;
|
||||
|
||||
public static TraitDef Beauty;
|
||||
|
||||
public static TraitDef TooSmart;
|
||||
|
||||
public static TraitDef NaturalMood;
|
||||
|
||||
public static TraitDef Cannibal;
|
||||
|
||||
static VanillaTraitDefOf()
|
||||
{
|
||||
DefOfHelper.EnsureInitializedInCtor(typeof(VanillaTraitDefOf));
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue