mirror of
https://github.com/Fuindin/ShiningEditor.git
synced 2025-06-18 14:25:32 -04:00
Add files via upload
This commit is contained in:
parent
9a2305141b
commit
69a77a476c
@ -108,14 +108,18 @@ namespace ShiningEditor
|
||||
PopulateShiningCurrentGold();
|
||||
break;
|
||||
|
||||
// Add cases here
|
||||
// Add cases here
|
||||
}
|
||||
}
|
||||
else
|
||||
saveStateFileTb.Text = "";
|
||||
{
|
||||
saveStateFileTb.Text = string.Empty;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
MessageBox.Show("You must first select a Phantasy Star game from the menu so the correct game data is loaded.", "Warning!", MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
||||
}
|
||||
}
|
||||
|
||||
private void shiningCharacterCmb_SelectedIndexChanged(object sender, EventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user