1
0
Fork 0
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:
Yan Maniez 2019-02-05 16:29:40 +01:00
parent ab6811a8a6
commit 231d5e4892

View file

@ -326,5 +326,10 @@ namespace AideDeJeuLib
return id;
}
}
public override string ToString()
{
return $"{Name} ({NewId})";
}
}
}