From 21b7fc00f7659c21b3a182410a4021e734e01af4 Mon Sep 17 00:00:00 2001 From: Aldin Duraki <62dual1bif@hft-stuttgart.de> Date: Fri, 1 May 2020 15:09:46 +0200 Subject: [PATCH] Init Entity-Component Folder Structure --- GoldWars/GoldWars.xcodeproj/project.pbxproj | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/GoldWars/GoldWars.xcodeproj/project.pbxproj b/GoldWars/GoldWars.xcodeproj/project.pbxproj index 456b3d9..66c4df2 100644 --- a/GoldWars/GoldWars.xcodeproj/project.pbxproj +++ b/GoldWars/GoldWars.xcodeproj/project.pbxproj @@ -109,6 +109,8 @@ 110360D1244B101A008610AF /* GoldWars */ = { isa = PBXGroup; children = ( + 116060F5245C5709004E5A36 /* Entities */, + 116060F4245C56EA004E5A36 /* Components */, ABA03D9F244BD54F00A66916 /* Base.swift */, 11738A3A24508F68004426F1 /* Unit.swift */, 11036112244B3E30008610AF /* MenuScene.swift */, @@ -143,6 +145,20 @@ path = GoldWarsUITests; sourceTree = ""; }; + 116060F4245C56EA004E5A36 /* Components */ = { + isa = PBXGroup; + children = ( + ); + path = Components; + sourceTree = ""; + }; + 116060F5245C5709004E5A36 /* Entities */ = { + isa = PBXGroup; + children = ( + ); + path = Entities; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */