mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 14:35:45 +00:00
Update Item.cs
This commit is contained in:
parent
ab6811a8a6
commit
231d5e4892
1 changed files with 5 additions and 0 deletions
|
|
@ -326,5 +326,10 @@ namespace AideDeJeuLib
|
|||
return id;
|
||||
}
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{Name} ({NewId})";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue