1
This commit is contained in:
@@ -15,4 +15,16 @@ namespace WulaFallenEmpire
|
||||
DefOfHelper.EnsureInitializedInCtor(typeof(ThingDefOf_WULA));
|
||||
}
|
||||
}
|
||||
[DefOf]
|
||||
public static class JobDefOf_WULA
|
||||
{
|
||||
public static JobDef WULA_EnterMaintenancePod;
|
||||
|
||||
public static JobDef WULA_HaulToMaintenancePod;
|
||||
|
||||
static JobDefOf_WULA()
|
||||
{
|
||||
DefOfHelper.EnsureInitializedInCtor(typeof(JobDefOf_WULA));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user