32 lines
626 B
JSON
32 lines
626 B
JSON
|
{
|
||
|
"FileVersion": 3,
|
||
|
|
||
|
"FriendlyName": "Online Subsystem",
|
||
|
"Version": 1,
|
||
|
"VersionName": "1.0",
|
||
|
"Description": "Shared code for interacting online subsystem implementations.",
|
||
|
"Category": "Online Platform",
|
||
|
"CreatedBy": "Epic Games, Inc.",
|
||
|
"CreatedByURL": "https://epicgames.com",
|
||
|
"EnabledByDefault": true,
|
||
|
|
||
|
"Modules": [
|
||
|
{
|
||
|
"Name": "OnlineSubsystem",
|
||
|
"Type": "Runtime",
|
||
|
"LoadingPhase": "PostConfigInit"
|
||
|
}
|
||
|
],
|
||
|
"LocalizationTargets": [
|
||
|
{
|
||
|
"Name": "OnlineSubsystem",
|
||
|
"LoadingPolicy": "Always"
|
||
|
}
|
||
|
],
|
||
|
"Plugins": [
|
||
|
{
|
||
|
"Name": "OnlineBase",
|
||
|
"Enabled": true
|
||
|
}
|
||
|
]
|
||
|
}
|