Unity Dictionary Vérifiez si la clé existe
if (dict.ContainsKey(key)) { ... }
JotunnSlayer
if (dict.ContainsKey(key)) { ... }