public DeleteCommand(EditorMgr editor, string name, int x, int y) { this.editor = editor; this.MobName = name; this.PointX = x; this.PointY = y; }