using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MinecraftClient.Mapping { public enum InteractType { Interact = 0, Attack = 1, InteractAt = 2, } }