Reimplement chat message command
This commit is contained in:
parent
5cdc62bd29
commit
9ebcabbf36
2 changed files with 54 additions and 21 deletions
|
|
@ -103,4 +103,8 @@ impl<C> Tree<C> {
|
|||
|
||||
Ok(image)
|
||||
}
|
||||
|
||||
pub fn print_debug(&mut self, root: NodeId) {
|
||||
self.tree.print_tree(root)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue