![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | BitterTheChicken |
In Godot 3 i used to do this:
if (ResourceList.Contains(resourceName)){
do stuff...
}
but in Godot 4 it requires a System.Collections.Generic.KeyValuePair which i don’t understand. Can someone basically explain it to me?