Client LuaCsForBarotrauma
InputType.cs
1 namespace Barotrauma
2 {
3  public enum InputType
4  {
5  Select,
6  Use,
7  Aim,
8  Up, Down, Left, Right,
9  Attack,
10  Run, Crouch,
13  DropItem,
17  Deselect,
18  Shoot,
19  Command,
26  ActiveChat,
28  ChatBox,
30  }
31 }
Attacks are used to deal damage to characters, structures and items. They can be defined in the weapo...