DS-Pokemon-Rom-Editor/DS_Map/MoveEditor.cs
2024-05-04 20:50:29 +02:00

18 lines
364 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace DSPRE {
public partial class MoveEditor : Form {
public MoveEditor() {
InitializeComponent();
}
}
}