Sync
This commit is contained in:
parent
32d44eb425
commit
60a0d47df5
88 changed files with 12014 additions and 4756 deletions
13
src/communities/mod.rs
Normal file
13
src/communities/mod.rs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
pub mod community_manager;
|
||||
pub mod interactables {
|
||||
pub mod category;
|
||||
pub mod interactable;
|
||||
pub mod registry;
|
||||
pub mod text_chat;
|
||||
pub mod voice_chat;
|
||||
}
|
||||
pub mod community;
|
||||
pub mod community_connection;
|
||||
pub mod perms {
|
||||
pub mod permission;
|
||||
}
|
||||
Loading…
Reference in a new issue