暂存feat(maintenance): 实现维护舱功能及可配置性

This commit is contained in:
2025-08-09 12:47:50 +08:00
parent a1998ba80e
commit f4fe41e24e
10 changed files with 49 additions and 31 deletions

View File

@@ -12,7 +12,7 @@ namespace WulaFallenEmpire
private const TargetIndex PodInd = TargetIndex.B;
protected Thing Component => job.GetTarget(ComponentInd).Thing;
protected Building_Storage Pod => (Building_Storage)job.GetTarget(PodInd).Thing;
protected Building Pod => (Building)job.GetTarget(PodInd).Thing;
public override bool TryMakePreToilReservations(bool errorOnFailed)
{