Add basic NPC interaction and fix NPC chat spamming

This commit is contained in:
James Melkonian
2021-01-31 20:29:50 +00:00
committed by Joshua Barretto
parent 7553983110
commit 23b1df3cdd
23 changed files with 1166 additions and 918 deletions

View File

@ -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)]