From 136b837b97a4d46c77db4e6efb9f577f8ee4ffdf Mon Sep 17 00:00:00 2001 From: Yimura Date: Fri, 15 Jan 2021 22:26:25 +0100 Subject: [PATCH] refactor(CustomGuns): Moved guns to folder --- BigBaseV2/src/features/looped/{ => custom_guns}/delete_gun.cpp | 0 BigBaseV2/src/features/looped/{ => custom_guns}/gravity_gun.cpp | 0 BigBaseV2/src/features/looped/{ => custom_guns}/money_gun.cpp | 0 BigBaseV2/src/features/looped/{ => custom_guns}/vehicle_gun.cpp | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename BigBaseV2/src/features/looped/{ => custom_guns}/delete_gun.cpp (100%) rename BigBaseV2/src/features/looped/{ => custom_guns}/gravity_gun.cpp (100%) rename BigBaseV2/src/features/looped/{ => custom_guns}/money_gun.cpp (100%) rename BigBaseV2/src/features/looped/{ => custom_guns}/vehicle_gun.cpp (100%) diff --git a/BigBaseV2/src/features/looped/delete_gun.cpp b/BigBaseV2/src/features/looped/custom_guns/delete_gun.cpp similarity index 100% rename from BigBaseV2/src/features/looped/delete_gun.cpp rename to BigBaseV2/src/features/looped/custom_guns/delete_gun.cpp diff --git a/BigBaseV2/src/features/looped/gravity_gun.cpp b/BigBaseV2/src/features/looped/custom_guns/gravity_gun.cpp similarity index 100% rename from BigBaseV2/src/features/looped/gravity_gun.cpp rename to BigBaseV2/src/features/looped/custom_guns/gravity_gun.cpp diff --git a/BigBaseV2/src/features/looped/money_gun.cpp b/BigBaseV2/src/features/looped/custom_guns/money_gun.cpp similarity index 100% rename from BigBaseV2/src/features/looped/money_gun.cpp rename to BigBaseV2/src/features/looped/custom_guns/money_gun.cpp diff --git a/BigBaseV2/src/features/looped/vehicle_gun.cpp b/BigBaseV2/src/features/looped/custom_guns/vehicle_gun.cpp similarity index 100% rename from BigBaseV2/src/features/looped/vehicle_gun.cpp rename to BigBaseV2/src/features/looped/custom_guns/vehicle_gun.cpp