8 lines
107 B
C#
8 lines
107 B
C#
namespace RobotApp.Common.Shares.Enums;
|
|
|
|
public enum NavigationType
|
|
{
|
|
Differential,
|
|
Forklift,
|
|
}
|