add classes to graphql
This commit is contained in:
parent
9a14b49592
commit
4d9257e77d
1 changed files with 6 additions and 0 deletions
|
@ -67,6 +67,12 @@ impl World {
|
|||
world_id: self.id.clone(),
|
||||
}
|
||||
}
|
||||
|
||||
pub async fn classes(&self) -> Classes {
|
||||
Classes {
|
||||
world_id: self.id.clone(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pub struct FactionPopulation {
|
||||
|
|
Loading…
Add table
Reference in a new issue