make emotions named instead, add drop prop
This commit is contained in:
parent
989e20757b
commit
ea3b444d71
19 changed files with 1429 additions and 150 deletions
|
|
@ -4,6 +4,7 @@ pub mod chat;
|
|||
pub mod chat_types;
|
||||
pub mod editor;
|
||||
pub mod forms;
|
||||
pub mod inventory;
|
||||
pub mod layout;
|
||||
pub mod modals;
|
||||
pub mod scene_viewer;
|
||||
|
|
@ -13,6 +14,7 @@ pub use chat::*;
|
|||
pub use chat_types::*;
|
||||
pub use editor::*;
|
||||
pub use forms::*;
|
||||
pub use inventory::*;
|
||||
pub use layout::*;
|
||||
pub use modals::*;
|
||||
pub use scene_viewer::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue