Revise anchor data structure.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using CAnchor = Cryville.Crtr.Anchor;
|
||||
|
||||
namespace Cryville.Crtr {
|
||||
public class StampedEvent : IComparable<StampedEvent> {
|
||||
@@ -29,7 +30,7 @@ namespace Cryville.Crtr {
|
||||
}
|
||||
|
||||
public class Anchor : StampedEvent {
|
||||
public int Name;
|
||||
public CAnchor Target;
|
||||
public override int Priority {
|
||||
get { return 0; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user