From 4ac1cccaa164633d2474564ce29c8d84c1f9e461 Mon Sep 17 00:00:00 2001 From: Kurt Date: Mon, 24 Sep 2018 19:44:12 -0700 Subject: [PATCH] Move fashion to another folder incoming enums --- PKHeX.Core/Saves/Substructures/{Misc => Gen6}/TrainerFashion6.cs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename PKHeX.Core/Saves/Substructures/{Misc => Gen6}/TrainerFashion6.cs (100%) diff --git a/PKHeX.Core/Saves/Substructures/Misc/TrainerFashion6.cs b/PKHeX.Core/Saves/Substructures/Gen6/TrainerFashion6.cs similarity index 100% rename from PKHeX.Core/Saves/Substructures/Misc/TrainerFashion6.cs rename to PKHeX.Core/Saves/Substructures/Gen6/TrainerFashion6.cs