allow invisible tokens
This commit is contained in:
parent
5979e53d91
commit
23e23ad1a2
4 changed files with 48 additions and 19 deletions
|
@ -70,6 +70,7 @@ pub enum Request {
|
|||
SpawnToken {
|
||||
map_id: usize,
|
||||
character: String,
|
||||
visible_to_players: bool,
|
||||
x: f32,
|
||||
y: f32,
|
||||
img_path: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue