9 lines
98 B
C#
9 lines
98 B
C#
namespace O3DWB
|
|
{
|
|
public enum Pivot
|
|
{
|
|
Center = 0,
|
|
BottomCenter
|
|
}
|
|
}
|