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