Actions System + UI (#2710)
Co-authored-by: Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
This commit is contained in:
@@ -41,5 +41,16 @@ namespace Content.Shared.Input
|
||||
public static readonly BoundKeyFunction Arcade1 = "Arcade1";
|
||||
public static readonly BoundKeyFunction Arcade2 = "Arcade2";
|
||||
public static readonly BoundKeyFunction Arcade3 = "Arcade3";
|
||||
public static readonly BoundKeyFunction OpenActionsMenu = "OpenAbilitiesMenu";
|
||||
public static readonly BoundKeyFunction Hotbar0 = "Hotbar0";
|
||||
public static readonly BoundKeyFunction Hotbar1 = "Hotbar1";
|
||||
public static readonly BoundKeyFunction Hotbar2 = "Hotbar2";
|
||||
public static readonly BoundKeyFunction Hotbar3 = "Hotbar3";
|
||||
public static readonly BoundKeyFunction Hotbar4 = "Hotbar4";
|
||||
public static readonly BoundKeyFunction Hotbar5 = "Hotbar5";
|
||||
public static readonly BoundKeyFunction Hotbar6 = "Hotbar6";
|
||||
public static readonly BoundKeyFunction Hotbar7 = "Hotbar7";
|
||||
public static readonly BoundKeyFunction Hotbar8 = "Hotbar8";
|
||||
public static readonly BoundKeyFunction Hotbar9 = "Hotbar9";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user