the town
This commit is contained in:
parent
5f091bc2ab
commit
b940142f16
14 changed files with 529 additions and 45 deletions
|
|
@ -9,6 +9,8 @@ pub struct Mob {
|
|||
pub flags: Option<Vec<String>>,
|
||||
pub stats: MobStats,
|
||||
pub vision_range: i32,
|
||||
pub ai: String,
|
||||
pub quips: Option<Vec<String>>,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue