working on character stuff
This commit is contained in:
parent
50976d0f3f
commit
5cdfe71528
5 changed files with 48 additions and 2 deletions
|
@ -45,6 +45,7 @@ pub enum Response {
|
|||
GetChatHistory(Vec<ChatMessage>),
|
||||
MoveToken { token_id: usize, x: f32, y: f32 },
|
||||
SpawnToken(SpawnToken),
|
||||
|
||||
Quit { id: String },
|
||||
Shutdown,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue