暂存
This commit is contained in:
17
Source/WulaFallenEmpire/JobDefOf_WULA.cs
Normal file
17
Source/WulaFallenEmpire/JobDefOf_WULA.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using RimWorld;
|
||||
using Verse;
|
||||
|
||||
namespace WulaFallenEmpire
|
||||
{
|
||||
[DefOf]
|
||||
public static class JobDefOf_WULA
|
||||
{
|
||||
public static JobDef WULA_LoadComponentsToMaintenancePod;
|
||||
public static JobDef WULA_EnterMaintenancePod;
|
||||
|
||||
static JobDefOf_WULA()
|
||||
{
|
||||
DefOfHelper.EnsureInitializedInCtor(typeof(JobDefOf_WULA));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user