pluralised names
This commit is contained in:
parent
b4420ba538
commit
050923fab0
3 changed files with 70 additions and 42 deletions
|
|
@ -57,6 +57,7 @@ pub struct Telepath {
|
|||
#[derive(Component, Debug, ConvertSaveload, Clone)]
|
||||
pub struct Name {
|
||||
pub name: String,
|
||||
pub plural: String,
|
||||
}
|
||||
|
||||
#[derive(Component, Debug, Serialize, Deserialize, Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue