pluralised names

This commit is contained in:
Llywelwyn 2023-07-23 02:10:29 +01:00
parent b4420ba538
commit 050923fab0
3 changed files with 70 additions and 42 deletions

View file

@ -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)]