first commit

This commit is contained in:
2025-02-23 07:37:40 +09:00
commit 1180a1bb65
835 changed files with 2872 additions and 0 deletions

25
Aura.uproject Normal file
View File

@@ -0,0 +1,25 @@
{
"FileVersion": 3,
"EngineAssociation": "5.5",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Aura",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}