Commit v.2025

This commit is contained in:
2025-06-17 13:17:17 +02:00
parent d16693c85b
commit efae805ae1
50 changed files with 2123 additions and 0 deletions

50
DTFluxAPI.uplugin Normal file
View File

@ -0,0 +1,50 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "DTFluxAPI",
"Description": "DTFlux API plugin",
"Category": "Other",
"CreatedBy": "Ange-Marie MAURIN",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "DTFluxCore",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "DTFluxAssetsEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "DTFluxProjectSettings",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "DTFluxNetwork",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "DTFluxCoreSubsystem",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "Avalanche",
"Enabled": true
}
]
}