Implement anchor related annotations.

This commit is contained in:
2023-01-28 11:57:49 +08:00
parent c4b139c7a4
commit 10988847b3
3 changed files with 24 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ namespace Cryville.Crtr.Event {
}
}
public byte CloneType;
private ContainerState rootPrototype = null;
public ContainerState rootPrototype = null;
private ContainerState prototype = null;
public ContainerHandler Handler {