using System; namespace TrueCraft.Client.Input { /// /// /// public enum MouseButton { /// /// /// Left, /// /// /// Right, /// /// /// Middle } }