mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Rename Action to EntityActionType, Apply Rename refactoring.
This commit is contained in:
parent
222a552c88
commit
0cd7f2043b
5 changed files with 9 additions and 9 deletions
16
MinecraftClient/Protocol/EntityActionType.cs
Normal file
16
MinecraftClient/Protocol/EntityActionType.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace MinecraftClient.Protocol
|
||||
{
|
||||
public enum EntityActionType
|
||||
{
|
||||
StartSneaking,
|
||||
StopSneaking,
|
||||
LeaveBed,
|
||||
StartSprinting,
|
||||
StopSprinting
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue