Optimize anchor identifiers.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using Cryville.Common;
|
||||
using Cryville.Common.Pdt;
|
||||
using Cryville.Crtr.Components;
|
||||
using Cryville.Crtr.Event;
|
||||
@@ -88,9 +89,9 @@ namespace Cryville.Crtr {
|
||||
}
|
||||
}
|
||||
public class Anchor : SkinSelector {
|
||||
public string Name { get; private set; }
|
||||
public int Name { get; private set; }
|
||||
public Anchor(string name) {
|
||||
Name = name;
|
||||
Name = IdentifierManager.SharedInstance.Request(name);
|
||||
}
|
||||
public override bool IsStatic {
|
||||
get { return true; }
|
||||
|
Reference in New Issue
Block a user