License & tensamin.net
This commit is contained in:
parent
1c08956387
commit
af1088e9fb
6 changed files with 90 additions and 43 deletions
|
|
@ -4,8 +4,8 @@ use crate::{
|
|||
};
|
||||
use axum::Json;
|
||||
use json::JsonValue;
|
||||
use std::any::Any;
|
||||
use std::sync::Arc;
|
||||
use std::{any::Any, pin::Pin};
|
||||
|
||||
pub type InteractableFactory = fn() -> Box<dyn Interactable>;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue