Class Unit
public class Unit
- Inheritance
-
Unit
- Inherited Members
- Extension Methods
Properties
Id
public string Id { get; set; }
Property Value
Sockets
public List<Socket> Sockets { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
X
public double X { get; set; }
Property Value
Y
public double Y { get; set; }