Summary description for PathsEditor.
Inheritance: System.Windows.Forms.Form
Exemplo n.º 1
0
		private void miPaths_Click(object sender, System.EventArgs e)
		{
			PathsEditor p = new PathsEditor(SharedSpace.Instance["MV_PathsFile"].ToString());
			p.ShowDialog();

			GameInfo.Init(Palette.TFTDBattle, (PathInfo)SharedSpace.Instance["MV_PathsFile"]);
			initList();
		}