Add files via upload

This commit is contained in:
Fuindin 2017-06-07 08:54:18 -07:00 committed by GitHub
parent 9a2305141b
commit 69a77a476c

View File

@ -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)