it seems i didnt commit before taking a break for the semester
This commit is contained in:
parent
4a0673bde5
commit
dbeda509fc
8 changed files with 170 additions and 41 deletions
|
@ -29,7 +29,7 @@ pub enum Request {
|
|||
GetChatHistory { amount: usize, from: usize },
|
||||
GetLastMessages { amount: usize, },
|
||||
// Map requests
|
||||
GetTokens,
|
||||
GetTokens { scene: usize },
|
||||
SpawnToken { map_id: usize, character: String, x: f32, y: f32, img_path: String },
|
||||
MoveToken { token_id: usize, x: f32, y: f32 },
|
||||
// Actions requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue