mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-16 14:54:45 +08:00
New ProjectForm, moved and renamed old ProjectForm
This commit is contained in:
@@ -15,14 +15,14 @@ namespace CodeWalker.Project.Panels
|
||||
{
|
||||
public partial class EditScenarioNodePanel : ProjectPanel
|
||||
{
|
||||
public ProjectForm2 ProjectForm;
|
||||
public ProjectForm ProjectForm;
|
||||
public ScenarioNode CurrentScenarioNode { get; set; }
|
||||
public YmtFile CurrentScenario { get; set; }
|
||||
public MCScenarioChainingEdge CurrentScenarioChainEdge { get; set; }
|
||||
|
||||
private bool populatingui = false;
|
||||
|
||||
public EditScenarioNodePanel(ProjectForm2 projectForm)
|
||||
public EditScenarioNodePanel(ProjectForm projectForm)
|
||||
{
|
||||
ProjectForm = projectForm;
|
||||
InitializeComponent();
|
||||
|
||||
Reference in New Issue
Block a user