Restructure event/container system.

This commit is contained in:
2023-01-31 15:53:43 +08:00
parent 9700992c3a
commit a1ce459a0e
9 changed files with 241 additions and 223 deletions

View File

@@ -40,8 +40,8 @@ namespace Cryville.Crtr {
}
}
public override void EndUpdate(ContainerState s) {
base.EndUpdate(s);
public override void EndLogicalUpdate(ContainerState s) {
base.EndLogicalUpdate(s);
// TODO End of chart
}