Initial commit
commit65a51c4a45d74e37ff7cabe605e3217c633fe978
authorAnthony Willemot <a.willemot@gmail.com>
Tue, 6 Sep 2016 18:57:21 +0000 (6 20:57 +0200)
committerAnthony Willemot <a.willemot@gmail.com>
Tue, 6 Sep 2016 18:57:21 +0000 (6 20:57 +0200)
tree426b31a28fffb5687a1c765a410f9f242425540b
Initial commit
13 files changed:
.gitignore [new file with mode: 0644]
BuildingEscape.sln [new file with mode: 0644]
BuildingEscape.uproject [new file with mode: 0644]
Config/DefaultEditor.ini [new file with mode: 0644]
Config/DefaultEngine.ini [new file with mode: 0644]
Config/DefaultGame.ini [new file with mode: 0644]
Source/BuildingEscape.Target.cs [new file with mode: 0644]
Source/BuildingEscape/BuildingEscape.Build.cs [new file with mode: 0644]
Source/BuildingEscape/BuildingEscape.cpp [new file with mode: 0644]
Source/BuildingEscape/BuildingEscape.h [new file with mode: 0644]
Source/BuildingEscape/BuildingEscapeGameMode.cpp [new file with mode: 0644]
Source/BuildingEscape/BuildingEscapeGameMode.h [new file with mode: 0644]
Source/BuildingEscapeEditor.Target.cs [new file with mode: 0644]