forked from brickadia/LivePP2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LivePP2.uplugin
32 lines (32 loc) · 837 Bytes
/
LivePP2.uplugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"FileVersion": 3,
"Version": 0,
"VersionName": "1.0",
"FriendlyName": "Live++ 2 Integration",
"Description": "Integrates Live++ 2. Manual setup required.",
"Category": "Programming",
"CreatedBy": "Brickadia, LLC",
"CreatedByURL": "https://brickadia.com/",
"DocsURL": "https://liveplusplus.tech/docs/documentation.html",
"SupportURL": "https://github.com/brickadia/LivePP2/issues",
"EngineVersion": "5.3.0",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "LivePP2",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [
"Win64"
],
"WhitelistTargetConfigurations": [
"Debug",
"DebugGame",
"Development"
]
}
]
}