HotPatcher/HotPatcher/HotPatcher.uplugin

44 lines
879 B
Plaintext
Raw Normal View History

2024-09-09 00:17:43 +00:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "HotPatcher",
"Description": "",
"Category": "HotPatcher",
"CreatedBy": "imzlp",
"CreatedByURL": "https://imzlp.com/",
"DocsURL": "https://imzlp.com/posts/17590/",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "HotPatcherEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "HotPatcherCore",
"Type": "Editor",
"LoadingPhase": "PreDefault"
},
{
"Name": "HotPatcherRuntime",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "BinariesPatchFeature",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "CmdHandler",
"Type": "Developer",
"LoadingPhase": "PostConfigInit"
}
]
}