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