Files
PHY/Plugins/GIS/GenericInventorySystem.uplugin
2026-03-03 01:23:02 +08:00

42 lines
941 B
Plaintext

{
"FileVersion": 3,
"Version": 3,
"VersionName": "1.1.1",
"FriendlyName": "GenericInventorySystem",
"Description": "Advanced and Flexible Inventory framework.",
"Category": "Gameplay",
"CreatedBy": "YuewuDev",
"CreatedByURL": "https://yuewu.dev/en",
"DocsURL": "https://www.yuewu.dev/en/wiki",
"MarketplaceURL": "com.epicgames.launcher://ue/Fab/product/9a9b6f10-4d4c-4897-90ec-809854653402",
"SupportURL": "https://discord.com/invite/xMRXAB2",
"EngineVersion": "5.7.0",
"CanContainContent": false,
"Installed": true,
"Modules": [
{
"Name": "GenericInventorySystem",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Linux"
]
},
{
"Name": "GenericInventoryEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64"
]
}
],
"Plugins": [
{
"Name": "ModularGameplay",
"Enabled": true
}
]
}