mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
* Fix AutoFishing crash * Fix all warnings * Remove DotNetZip. * Fix the usage of HttpClient.
9 lines
148 B
C#
9 lines
148 B
C#
namespace MinecraftClient.Mapping
|
|
{
|
|
public enum InteractType
|
|
{
|
|
Interact = 0,
|
|
Attack = 1,
|
|
InteractAt = 2,
|
|
}
|
|
}
|