10 lines
101 B
C#
10 lines
101 B
C#
namespace Zennysoft.Ma.Adapter;
|
|
|
|
public enum GroundType
|
|
{
|
|
Dirt,
|
|
Concrete,
|
|
Metal,
|
|
Marble
|
|
}
|