暂存事件6

This commit is contained in:
2025-07-27 17:17:54 +08:00
parent 0ed7bb14d1
commit 821d7fdac4
8 changed files with 221 additions and 4 deletions

View File

@@ -47,6 +47,8 @@ namespace WulaFallenEmpire
{
background = ContentFinder<Texture2D>.Get(bgPath);
}
HandleAction(def.onOpenEffects);
}
public override void DoWindowContents(Rect inRect)
@@ -199,5 +201,11 @@ namespace WulaFallenEmpire
}
return reason;
}
public override void PostClose()
{
base.PostClose();
HandleAction(def.dismissEffects);
}
}
}