mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
13 lines
205 B
C#
13 lines
205 B
C#
|
|
namespace MinecraftClient.Pathing.Execution
|
||
|
|
{
|
||
|
|
public enum TransitionInputProfile
|
||
|
|
{
|
||
|
|
Carry,
|
||
|
|
Coast,
|
||
|
|
Brake,
|
||
|
|
AirHoldForward,
|
||
|
|
AirRelease,
|
||
|
|
AirBrake
|
||
|
|
}
|
||
|
|
}
|