SkyPortal-plugin/SkyPortal.uplugin
Lucas Peter 2360897978
wip: implement portalIO
TODO : Fix the write IO timing issue
2024-09-20 17:42:42 +02:00

25 lines
No EOL
515 B
Text

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Skylanders Portal",
"Description": "Enable skylanders portal input.",
"Category": "Input Devices",
"CreatedBy": "lucastucious",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "SkyPortal",
"Type": "Runtime",
"LoadingPhase": "PostDefault"
}
],
"Sealed": true
}