player animation

This commit is contained in:
VDH
2025-10-11 16:09:00 +07:00
parent 042b248368
commit bd344fcff5
20 changed files with 211 additions and 873 deletions
@@ -1504,6 +1504,15 @@ namespace ModelRenderer.Scripts.GameData
}
break;
// TODO: Add other id spaces here.
case ID_SPACE.ID_SPACE_CONFIG:
foreach (var item in config_id_data_type_map)
{
if (item.Value == dataType)
{
return item.Key;
}
}
break;
default:
return 0;
}