Commit most of the source code

This commit is contained in:
2023-06-08 17:10:14 -04:00
parent 1e96e72a6e
commit 7fb8c5fefa
291 changed files with 1411 additions and 0 deletions

25
IntegrationV7.uproject Normal file
View File

@@ -0,0 +1,25 @@
{
"FileVersion": 3,
"EngineAssociation": "{5E90EF91-4077-C166-B36B-B3BF9C2102DB}",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "IntegrationV7",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}