mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 20:12:39 +08:00
Added Edit Archetype button on Entity Editor, improved Archetype editing hash parsing
This commit is contained in:
@@ -801,5 +801,14 @@ namespace CodeWalker.Project.Panels
|
||||
}
|
||||
e.NewValue = CheckState.Unchecked;
|
||||
}
|
||||
|
||||
private void EntityEditArchetypeButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (ProjectForm != null)
|
||||
{
|
||||
ProjectForm.SetCurrentArchetype(CurrentEntity?.Archetype);
|
||||
ProjectForm.ShowEditArchetypePanel(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user