9 lines
108 B
C#
9 lines
108 B
C#
namespace RTG
|
|
{
|
|
public enum Shape2DBorderDirection
|
|
{
|
|
Inward = 0,
|
|
Outward
|
|
}
|
|
}
|