Move some classes to Cryville.Common.
This commit is contained in:
@@ -67,12 +67,12 @@ namespace Cryville.Crtr {
|
||||
[JsonIgnore]
|
||||
public IntKeyedDictionary<PropSrc> PropSrcs { get; private set; }
|
||||
protected void SubmitPropSrc(string name, PropSrc property) {
|
||||
PropSrcs.Add(IdentifierManager.SharedInstance.Request(name), property);
|
||||
PropSrcs.Add(IdentifierManager.Shared.Request(name), property);
|
||||
}
|
||||
[JsonIgnore]
|
||||
public IntKeyedDictionary<PropOp> PropOps { get; private set; }
|
||||
protected void SubmitPropOp(string name, PropOp property) {
|
||||
PropOps.Add(IdentifierManager.SharedInstance.Request(name), property);
|
||||
PropOps.Add(IdentifierManager.Shared.Request(name), property);
|
||||
}
|
||||
|
||||
protected ChartEvent() {
|
||||
|
Reference in New Issue
Block a user