using RimWorld; using RimWorld.QuestGen; using System; using System.Collections.Generic; using Verse; namespace WulaFallenEmpire { public class QuestNode_Root_EventLetter : QuestNode { // 直接指定 EventDef 名称 public SlateRef eventDefName; // 移除原有的向后兼容字段,因为我们只需要 EventDef 接口 // public SlateRef letterLabel; // public SlateRef letterTitle; // public SlateRef letterText; // public List