update entities defs
This commit is contained in:
parent
51eab50cf5
commit
ec1bc78fdf
@ -9,9 +9,10 @@ impl Dashboard {
|
|||||||
session: 12,
|
session: 12,
|
||||||
date: NaiveDate::from_ymd_opt(1488, 3, 19).unwrap(),
|
date: NaiveDate::from_ymd_opt(1488, 3, 19).unwrap(),
|
||||||
player: PlayerData {
|
player: PlayerData {
|
||||||
first_name: "Ней".to_owned(),
|
first_name: "Абоба".to_owned(),
|
||||||
last_name: "Визард".to_owned(),
|
last_name: "Амогус".to_owned(),
|
||||||
alias: "Гигга".to_string(),
|
alias: "Такелажник".to_string(),
|
||||||
|
class: "Чувствительный молодой человек".to_string(),
|
||||||
image: "https://i.pinimg.com/736x/25/58/32/2558329d333fda61615da6ce50dcddda.jpg".to_owned(),
|
image: "https://i.pinimg.com/736x/25/58/32/2558329d333fda61615da6ce50dcddda.jpg".to_owned(),
|
||||||
level: 8,
|
level: 8,
|
||||||
xp: 3231,
|
xp: 3231,
|
||||||
|
|||||||
@ -55,6 +55,7 @@ pub struct PlayerData {
|
|||||||
pub first_name: String,
|
pub first_name: String,
|
||||||
pub last_name: String,
|
pub last_name: String,
|
||||||
pub alias: String,
|
pub alias: String,
|
||||||
|
pub class: String,
|
||||||
pub image: String,
|
pub image: String,
|
||||||
pub level: u8,
|
pub level: u8,
|
||||||
pub xp: u32,
|
pub xp: u32,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user