Unrealzilla/Unrealzilla.uplugin

26 lines
542 B
Plaintext

{
"FileVersion": 3,
"Version": 1.0,
"VersionName": "1.0",
"FriendlyName": "Unrealzilla",
"Description": "A tool for adding bug reports in-game ",
"Category": "Menu",
"CreatedBy": "Batty Bovine Productions, LLC",
"CreatedByURL": "https://battybovine.com",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": true,
"Modules": [
{
"Name": "Unrealzilla",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "CommonUI",
"Enabled": true
}
]
}