Unity Dictionary Check, wenn der Schlüssel vorhanden ist

if (dict.ContainsKey(key)) { ... }
JotunnSlayer