重写事件再暂存

This commit is contained in:
2025-07-31 16:42:02 +08:00
parent f17760ced8
commit e8284917f1
9 changed files with 483 additions and 212 deletions

View File

@@ -43,7 +43,7 @@ namespace WulaFallenEmpire
public class Option
{
public string label;
public List<Effect> effects;
public List<ConditionalEffects> optionEffects;
}
}
}