add new railwaycarriage and fix gitignore

This commit is contained in:
2020-01-28 18:13:42 +05:00
parent 783be88aee
commit 2e1be90ef8
6 changed files with 14 additions and 1 deletions
+3
View File
@@ -5,6 +5,9 @@
# Visual Studio 2015 database file
*.VC.db
#UE4
*.uproject
# Compiled Object files
*.slo
*.lo
Binary file not shown.
Binary file not shown.
Binary file not shown.
+11 -1
View File
@@ -2,5 +2,15 @@
"FileVersion": 3,
"EngineAssociation": "4.24",
"Category": "",
"Description": ""
"Description": "",
"Modules": [
{
"Name": "railwayWorker",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
}
]
}