Add judge anchor stub.

This commit is contained in:
2023-01-01 19:02:49 +08:00
parent 4d7773a2ac
commit cf6186aa16

View File

@@ -114,6 +114,17 @@ namespace Cryville.Crtr {
} }
} }
public override void Anchor() {
base.Anchor();
if (cs.Working) {
foreach (var j in judges.Values) {
if (!j.Judged) continue;
// PushAnchorEvent(j.AbsoluteAnchorName, j.AbsoluteTime);
// PushAnchorEvent(j.RelativeAnchorName, j.RelativeTime + cs.Time);
}
}
}
public override void EndUpdate(ContainerState s) { public override void EndUpdate(ContainerState s) {
if (s.CloneType == 2 && gogroup) { if (s.CloneType == 2 && gogroup) {
foreach (var i in sgos) i.Seal(); foreach (var i in sgos) i.Seal();