First Commit with code

This commit is contained in:
2024-06-08 09:41:08 +02:00
parent c512b76388
commit e5ed930002
15 changed files with 1356 additions and 0 deletions

30
DTFluxAPI.uplugin Normal file
View File

@ -0,0 +1,30 @@
{
"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": "DTFluxAPI",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "Avalanche",
"Enabled": true
}
]
}