some more progress on character stuff but its really hard
This commit is contained in:
parent
5cdfe71528
commit
e8291e15d9
5 changed files with 22 additions and 3 deletions
|
@ -45,7 +45,7 @@ pub enum Response {
|
|||
GetChatHistory(Vec<ChatMessage>),
|
||||
MoveToken { token_id: usize, x: f32, y: f32 },
|
||||
SpawnToken(SpawnToken),
|
||||
|
||||
CharacterCreated(usize),
|
||||
Quit { id: String },
|
||||
Shutdown,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue