diff --git a/CS2Interface/CS/Client.cs b/CS2Interface/CSClient/Client.cs similarity index 100% rename from CS2Interface/CS/Client.cs rename to CS2Interface/CSClient/Client.cs diff --git a/CS2Interface/CS/ClientException.cs b/CS2Interface/CSClient/ClientException.cs similarity index 100% rename from CS2Interface/CS/ClientException.cs rename to CS2Interface/CSClient/ClientException.cs diff --git a/CS2Interface/CS/GCFetcher.cs b/CS2Interface/CSClient/GCFetcher.cs similarity index 100% rename from CS2Interface/CS/GCFetcher.cs rename to CS2Interface/CSClient/GCFetcher.cs diff --git a/CS2Interface/CS/GameData.cs b/CS2Interface/GameData/GameData.cs similarity index 100% rename from CS2Interface/CS/GameData.cs rename to CS2Interface/GameData/GameData.cs diff --git a/CS2Interface/Data/GameDataItems.cs b/CS2Interface/GameData/GameDataItems.cs similarity index 100% rename from CS2Interface/Data/GameDataItems.cs rename to CS2Interface/GameData/GameDataItems.cs diff --git a/CS2Interface/Data/GameDataItemsCDN.cs b/CS2Interface/GameData/GameDataItemsCDN.cs similarity index 100% rename from CS2Interface/Data/GameDataItemsCDN.cs rename to CS2Interface/GameData/GameDataItemsCDN.cs diff --git a/CS2Interface/Data/GameDataResource.cs b/CS2Interface/GameData/GameDataResource.cs similarity index 100% rename from CS2Interface/Data/GameDataResource.cs rename to CS2Interface/GameData/GameDataResource.cs diff --git a/CS2Interface/Data/GameDataText.cs b/CS2Interface/GameData/GameDataText.cs similarity index 100% rename from CS2Interface/Data/GameDataText.cs rename to CS2Interface/GameData/GameDataText.cs diff --git a/CS2Interface/Data/InspectItem.cs b/CS2Interface/Items/InspectItem.cs similarity index 100% rename from CS2Interface/Data/InspectItem.cs rename to CS2Interface/Items/InspectItem.cs diff --git a/CS2Interface/Data/InventoryItem.cs b/CS2Interface/Items/InventoryItem.cs similarity index 100% rename from CS2Interface/Data/InventoryItem.cs rename to CS2Interface/Items/InventoryItem.cs diff --git a/CS2Interface/Data/Item.cs b/CS2Interface/Items/Item.cs similarity index 100% rename from CS2Interface/Data/Item.cs rename to CS2Interface/Items/Item.cs diff --git a/CS2Interface/Data/ItemData.cs b/CS2Interface/Items/ItemData.cs similarity index 100% rename from CS2Interface/Data/ItemData.cs rename to CS2Interface/Items/ItemData.cs diff --git a/CS2Interface/Data/ItemDef.cs b/CS2Interface/Items/ItemDef.cs similarity index 100% rename from CS2Interface/Data/ItemDef.cs rename to CS2Interface/Items/ItemDef.cs