From 29d7c5425019a67700f035b1e61624240db79bcf Mon Sep 17 00:00:00 2001 From: Garrett Cox Date: Fri, 18 Oct 2024 10:07:39 -0500 Subject: [PATCH] Move CrowdControl/Sail files --- .../crowd-control => Network/CrowdControl}/CrowdControl.cpp | 0 .../crowd-control => Network/CrowdControl}/CrowdControl.h | 0 .../crowd-control => Network/CrowdControl}/CrowdControlTypes.h | 0 .../crowd-control => Network/CrowdControl}/ShipOfHarkinian.cs | 0 .../GameInteractor_Sail.cpp => Network/Sail/Sail.cpp} | 0 .../game-interactor/GameInteractor_Sail.h => Network/Sail/Sail.h} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename soh/soh/{Enhancements/crowd-control => Network/CrowdControl}/CrowdControl.cpp (100%) rename soh/soh/{Enhancements/crowd-control => Network/CrowdControl}/CrowdControl.h (100%) rename soh/soh/{Enhancements/crowd-control => Network/CrowdControl}/CrowdControlTypes.h (100%) rename soh/soh/{Enhancements/crowd-control => Network/CrowdControl}/ShipOfHarkinian.cs (100%) rename soh/soh/{Enhancements/game-interactor/GameInteractor_Sail.cpp => Network/Sail/Sail.cpp} (100%) rename soh/soh/{Enhancements/game-interactor/GameInteractor_Sail.h => Network/Sail/Sail.h} (100%) diff --git a/soh/soh/Enhancements/crowd-control/CrowdControl.cpp b/soh/soh/Network/CrowdControl/CrowdControl.cpp similarity index 100% rename from soh/soh/Enhancements/crowd-control/CrowdControl.cpp rename to soh/soh/Network/CrowdControl/CrowdControl.cpp diff --git a/soh/soh/Enhancements/crowd-control/CrowdControl.h b/soh/soh/Network/CrowdControl/CrowdControl.h similarity index 100% rename from soh/soh/Enhancements/crowd-control/CrowdControl.h rename to soh/soh/Network/CrowdControl/CrowdControl.h diff --git a/soh/soh/Enhancements/crowd-control/CrowdControlTypes.h b/soh/soh/Network/CrowdControl/CrowdControlTypes.h similarity index 100% rename from soh/soh/Enhancements/crowd-control/CrowdControlTypes.h rename to soh/soh/Network/CrowdControl/CrowdControlTypes.h diff --git a/soh/soh/Enhancements/crowd-control/ShipOfHarkinian.cs b/soh/soh/Network/CrowdControl/ShipOfHarkinian.cs similarity index 100% rename from soh/soh/Enhancements/crowd-control/ShipOfHarkinian.cs rename to soh/soh/Network/CrowdControl/ShipOfHarkinian.cs diff --git a/soh/soh/Enhancements/game-interactor/GameInteractor_Sail.cpp b/soh/soh/Network/Sail/Sail.cpp similarity index 100% rename from soh/soh/Enhancements/game-interactor/GameInteractor_Sail.cpp rename to soh/soh/Network/Sail/Sail.cpp diff --git a/soh/soh/Enhancements/game-interactor/GameInteractor_Sail.h b/soh/soh/Network/Sail/Sail.h similarity index 100% rename from soh/soh/Enhancements/game-interactor/GameInteractor_Sail.h rename to soh/soh/Network/Sail/Sail.h