Unity Dictionary Check, wenn der Schlüssel vorhanden ist
if (dict.ContainsKey(key)) { ... }
JotunnSlayer
if (dict.ContainsKey(key)) { ... }