Initial commit

This commit is contained in:
Caleb Buhungiro
2025-06-16 17:56:49 +08:00
commit 8b1e111dcd
13 changed files with 287 additions and 0 deletions

22
Crunch.uproject Normal file
View File

@@ -0,0 +1,22 @@
{
"FileVersion": 3,
"EngineAssociation": "5.6",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Crunch",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}