10 lines
94 B
C#
10 lines
94 B
C#
namespace Sai.Toolkit.Core.LandXMLData
|
|
{
|
|
public enum Side
|
|
{
|
|
Both,
|
|
Left,
|
|
Right
|
|
}
|
|
}
|