From cb59be303621d65d3981214db925aba4176adbb2 Mon Sep 17 00:00:00 2001 From: Citrinate Date: Wed, 18 Dec 2024 18:02:37 -0500 Subject: [PATCH] Adding folders --- CS2Interface/GameData/{ => GameObjects}/GameObject.cs | 0 CS2Interface/{ => GameData/GameObjects}/Items/InspectItem.cs | 0 CS2Interface/{ => GameData/GameObjects}/Items/InventoryItem.cs | 0 CS2Interface/{ => GameData/GameObjects}/Items/Item.cs | 0 CS2Interface/{ => GameData/GameObjects}/Items/ItemData.cs | 0 CS2Interface/Helpers/{IAttribute.cs => Attribute.cs} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename CS2Interface/GameData/{ => GameObjects}/GameObject.cs (100%) rename CS2Interface/{ => GameData/GameObjects}/Items/InspectItem.cs (100%) rename CS2Interface/{ => GameData/GameObjects}/Items/InventoryItem.cs (100%) rename CS2Interface/{ => GameData/GameObjects}/Items/Item.cs (100%) rename CS2Interface/{ => GameData/GameObjects}/Items/ItemData.cs (100%) rename CS2Interface/Helpers/{IAttribute.cs => Attribute.cs} (100%) diff --git a/CS2Interface/GameData/GameObject.cs b/CS2Interface/GameData/GameObjects/GameObject.cs similarity index 100% rename from CS2Interface/GameData/GameObject.cs rename to CS2Interface/GameData/GameObjects/GameObject.cs diff --git a/CS2Interface/Items/InspectItem.cs b/CS2Interface/GameData/GameObjects/Items/InspectItem.cs similarity index 100% rename from CS2Interface/Items/InspectItem.cs rename to CS2Interface/GameData/GameObjects/Items/InspectItem.cs diff --git a/CS2Interface/Items/InventoryItem.cs b/CS2Interface/GameData/GameObjects/Items/InventoryItem.cs similarity index 100% rename from CS2Interface/Items/InventoryItem.cs rename to CS2Interface/GameData/GameObjects/Items/InventoryItem.cs diff --git a/CS2Interface/Items/Item.cs b/CS2Interface/GameData/GameObjects/Items/Item.cs similarity index 100% rename from CS2Interface/Items/Item.cs rename to CS2Interface/GameData/GameObjects/Items/Item.cs diff --git a/CS2Interface/Items/ItemData.cs b/CS2Interface/GameData/GameObjects/Items/ItemData.cs similarity index 100% rename from CS2Interface/Items/ItemData.cs rename to CS2Interface/GameData/GameObjects/Items/ItemData.cs diff --git a/CS2Interface/Helpers/IAttribute.cs b/CS2Interface/Helpers/Attribute.cs similarity index 100% rename from CS2Interface/Helpers/IAttribute.cs rename to CS2Interface/Helpers/Attribute.cs