mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
add Sink Type property
This commit is contained in:
@@ -46,5 +46,8 @@ namespace PepperDash.Essentials.Core
|
|||||||
|
|
||||||
[JsonProperty("horizontalLocation")]
|
[JsonProperty("horizontalLocation")]
|
||||||
public int HorizontalLocation { get; set; }
|
public int HorizontalLocation { get; set; }
|
||||||
|
|
||||||
|
[JsonProperty("sinkType")]
|
||||||
|
public eRoutingSignalType SinkType { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user