Init Entity-Component Folder Structure

This commit is contained in:
Aldin Duraki 2020-05-01 15:09:46 +02:00
parent 54f6cf3cf1
commit 21b7fc00f7

View File

@ -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 = "<group>";
};
116060F4245C56EA004E5A36 /* Components */ = {
isa = PBXGroup;
children = (
);
path = Components;
sourceTree = "<group>";
};
116060F5245C5709004E5A36 /* Entities */ = {
isa = PBXGroup;
children = (
);
path = Entities;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */