mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Add basic NPC interaction and fix NPC chat spamming
This commit is contained in:
committed by
Joshua Barretto
parent
7553983110
commit
23b1df3cdd
@ -37,6 +37,7 @@ pub enum ControlEvent {
|
||||
//ToggleLantern,
|
||||
EnableLantern,
|
||||
DisableLantern,
|
||||
Interact(Uid),
|
||||
Mount(Uid),
|
||||
Unmount,
|
||||
InventoryManip(InventoryManip),
|
||||
@ -55,6 +56,7 @@ pub enum ControlAction {
|
||||
Dance,
|
||||
Sneak,
|
||||
Stand,
|
||||
Talk,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Serialize, Deserialize)]
|
||||
|
Reference in New Issue
Block a user