mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
split toggle events
This commit is contained in:
@ -18,8 +18,10 @@ pub enum ControlEvent {
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Serialize, Deserialize)]
|
||||
pub enum ControlAction {
|
||||
SwapLoadout,
|
||||
ToggleWield,
|
||||
ToggleSit,
|
||||
Wield,
|
||||
Unwield,
|
||||
Sit,
|
||||
Stand,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Serialize, Deserialize)]
|
||||
|
Reference in New Issue
Block a user