LuckyWorldV2/Plugins/LuckyWorld/LuckyWorld.uplugin
Behron ddd6928b7f V1 -> V2 migrations
2025-04-22 09:28:41 -06:00

42 lines
764 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "LuckyWorld",
"Description": "A plugin for interacting with the Lucky World Simulation.",
"Category": "Other",
"CreatedBy": "Behron Georgantas",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "LuckyWorld",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "EditorScriptingUtilities",
"Enabled": true
},
{
"Name": "CPathfinding",
"Enabled": true
},
{
"Name": "StateTree",
"Enabled": true
},
{
"Name": "GameplayStateTree",
"Enabled": true
}
]
}