mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-23 00:14:24 +00:00
Adding dependancy modules
Former-commit-id: 86081d7970d5ce82bdd582aae222c22331ebe507
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
"FileVersion" : 3,
|
"FileVersion" : 3,
|
||||||
|
|
||||||
"FriendlyName" : "Advanced Sessions",
|
"FriendlyName" : "Advanced Sessions",
|
||||||
"Version" : 1.9,
|
"Version" : 4.17,
|
||||||
"VersionName": "1.9",
|
"VersionName": "4.17",
|
||||||
"Description" : "Adds new blueprint functions to handle more advanced session operations.",
|
"Description" : "Adds new blueprint functions to handle more advanced session operations.",
|
||||||
"Category" : "Advanced Sessions Plugin",
|
"Category" : "Advanced Sessions Plugin",
|
||||||
"CreatedBy" : "Joshua Statzer",
|
"CreatedBy" : "Joshua Statzer",
|
||||||
@@ -16,5 +16,15 @@
|
|||||||
"Type" : "RunTime",
|
"Type" : "RunTime",
|
||||||
"LoadingPhase" : "PreDefault"
|
"LoadingPhase" : "PreDefault"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"Plugins": [
|
||||||
|
{
|
||||||
|
"Name": "OnlineSubsystem",
|
||||||
|
"Enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "OnlineSubsystemUtils",
|
||||||
|
"Enabled": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
@@ -2,8 +2,8 @@
|
|||||||
"FileVersion" : 3,
|
"FileVersion" : 3,
|
||||||
|
|
||||||
"FriendlyName" : "Advanced Steam Sessions",
|
"FriendlyName" : "Advanced Steam Sessions",
|
||||||
"Version" : 1.9,
|
"Version" : 4.17,
|
||||||
"VersionName": "1.9",
|
"VersionName": "4.17",
|
||||||
"Description" : "Adds new blueprint functions to handle more advanced session operations in Steam. REQUIRES ADVANCED SESSIONS",
|
"Description" : "Adds new blueprint functions to handle more advanced session operations in Steam. REQUIRES ADVANCED SESSIONS",
|
||||||
"Category" : "Advanced Sessions Plugin",
|
"Category" : "Advanced Sessions Plugin",
|
||||||
"CreatedBy" : "Joshua Statzer",
|
"CreatedBy" : "Joshua Statzer",
|
||||||
@@ -16,5 +16,23 @@
|
|||||||
"Type" : "RunTime",
|
"Type" : "RunTime",
|
||||||
"LoadingPhase" : "PreDefault"
|
"LoadingPhase" : "PreDefault"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"Plugins": [
|
||||||
|
{
|
||||||
|
"Name": "AdvancedSessions",
|
||||||
|
"Enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "OnlineSubsystem",
|
||||||
|
"Enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "OnlineSubsystemUtils",
|
||||||
|
"Enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "OnlineSubsystemSteam",
|
||||||
|
"Enabled": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Reference in New Issue
Block a user