Files
DTFluxAPI/DTFluxAPI.uplugin

65 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-06-08 09:41:08 +02:00
{
"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"
},
{
"Name": "DTFluxUtilities",
2024-06-08 09:41:08 +02:00
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "DTFluxAPIStatus",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "DTFluxPursuitSystem",
"Type": "Runtime",
"LoadingPhase": "Default"
2024-06-08 09:41:08 +02:00
}
],
"Plugins": [
{
"Name": "Avalanche",
"Enabled": true
}
]
}