use new Map<>

This commit is contained in:
2024-10-23 13:10:19 +08:00
parent 4b880eb50f
commit 60403ed664

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);