mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 20:04:47 +08:00
Added MetaNames by 0x1F9F1 - from companion app
This commit is contained in:
@@ -23,7 +23,7 @@ namespace CodeWalker.Project.Panels
|
||||
|
||||
private void EditYtypArchetypePanel_Load(object sender, EventArgs e)
|
||||
{
|
||||
AssetTypeComboBox.Items.AddRange(Enum.GetNames(typeof(Unk_1991964615)));
|
||||
AssetTypeComboBox.Items.AddRange(Enum.GetNames(typeof(rage__fwArchetypeDef__eAssetType)));
|
||||
}
|
||||
|
||||
public void SetArchetype(Archetype archetype)
|
||||
|
||||
Reference in New Issue
Block a user