renamed to ContainsKey instead of KeyExist

This commit is contained in:
hyzboy 2024-10-05 22:47:15 +08:00
parent 4b880eb50f
commit 85436b5a7b

View File

@ -18,7 +18,7 @@ namespace hgl
if(uri_short_name.IsEmpty())
return(false);
if(assets_source_map.KeyExist(uri_short_name))
if(assets_source_map.ContainsKey(uri_short_name))
return(false);
assets_source_map.Add(uri_short_name,as);